Skip to content

Commit 998b6b8

Browse files
authored
add /.pnpm-store to .gitignore (#35414)
add `/.pnpm-store` to .gitignore to not drive git diff crazy with 10k+ changes after .pnpm-store update, introduced by #35274
1 parent 0734763 commit 998b6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ cpu.out
7979
/yarn.lock
8080
/yarn-error.log
8181
/npm-debug.log*
82+
/.pnpm-store
8283
/public/assets/js
8384
/public/assets/css
8485
/public/assets/fonts

0 commit comments

Comments
 (0)