Skip to content

Commit

Permalink
Ignore storybook-static directory for git, prettier, eslint.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabbitt committed Sep 17, 2024
1 parent f6df8d5 commit 609f674
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"parser": "@typescript-eslint/parser",
"extends": ["next/core-web-vitals", "plugin:storybook/recommended"],
"ignorePatterns": ["*.json"],
"ignorePatterns": [
"*.json",
"storybook-static"
],
"overrides": [
{
"files": ["*.ts", "*.tsx"],
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ next-env.d.ts
.history

.nsm

storybook-static
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
src/backend/db/zapatos
storybook-static
.next
.nsm
.terraform
Expand Down

0 comments on commit 609f674

Please sign in to comment.