Skip to content

Commit e4736fe

Browse files
committed
omit lock files from prettier
1 parent 6c906c9 commit e4736fe

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.prettierignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Dependencies
2+
node_modules/
3+
pnpm-lock.yaml
4+
package-lock.json
5+
yarn.lock
6+
7+
# Build outputs
8+
.next/
9+
out/
10+
build/
11+
dist/
12+
13+
# Generated files
14+
src/generated/
15+
16+
# Config files that have their own formatting
17+
*.config.js
18+
*.config.ts
19+
next-env.d.ts
20+
21+
# Other files
22+
*.log
23+
*.md.backup

0 commit comments

Comments
 (0)