Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e95d4c1

Browse files
committed
Add build-storybook.log to .gitignore
This commit includes the build-storybook.log file to the .gitignore. The purpose of this update is to prevent the build log of Storybook from being committed and tracked by Git.
1 parent 6801ab1 commit e95d4c1

File tree

2 files changed

+3
-643
lines changed

2 files changed

+3
-643
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ chromatic.log*
3838

3939
# prisma
4040
**/prisma/client
41+
42+
# storybook
43+
build-storybook.log

0 commit comments

Comments
 (0)