Skip to content

Commit 3439349

Browse files
chore: prettier ignore generated files (#159)
1 parent 38ff2a2 commit 3439349

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.prettierignore

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
.github/**
1+
.github/**
2+
3+
# Generated files
4+
package-lock.json
5+
**/package-lock.json
6+
yarn.lock
7+
**/yarn.lock
8+
pnpm-lock.yaml
9+
**/pnpm-lock.yaml
10+
11+
# Build outputs
12+
dist/
13+
build/
14+
out/
15+
.next/
16+
17+
# Other generated files
18+
*.min.js
19+
*.min.css

0 commit comments

Comments
 (0)