Skip to content

Commit

Permalink
Added storybook built directory to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser committed Sep 18, 2024
1 parent 8f41ed4 commit 92ce8b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ pnpm-debug.log*
lerna-debug.log*


# Storybook
/storybook-static

# NPM
*.tgz

Expand Down Expand Up @@ -112,6 +115,5 @@ fabric.properties

.DS_Store


# Scratch files
scratch/*

0 comments on commit 92ce8b6

Please sign in to comment.