Skip to content

Commit c2c2f4c

Browse files
committed
🔧 Update .gitignore and biome.json to include .pnpm-store in ignored files
1 parent ae90917 commit c2c2f4c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ yarn-error.log*
4040
*.tsbuildinfo
4141
next-env.d.ts
4242

43+
# pnpm
44+
.pnpm-store
45+
4346
# vscode
4447
.vscode/

‎biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"lineWidth": 120
1818
},
1919
"files": {
20-
"ignore": [".next/**", ".vercel/**", "node_modules/**"]
20+
"ignore": [".next/**", "node_modules/**", ".pnpm-store/**", "dist/**", "build/**"]
2121
}
2222
}

0 commit comments

Comments
 (0)