Skip to content

Commit

Permalink
chore: add .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Schleemann committed Sep 22, 2023
1 parent 9924d38 commit 0f7a85c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
node_modules
build
dist
storybook-static
.next
.turbo
.yarn

package.json

# Lockfiles
package-lock.json
pnpm-lock.yaml
yarn.lock

# Generated files
generated
__generated__
*.generated*

# IDE
.idea
.vscode

.DS_Store
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"files": [
"index.js",
".prettierignore",
"/eslint",
"/prettier"
],
Expand Down

0 comments on commit 0f7a85c

Please sign in to comment.