mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-06 18:24:12 +02:00
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
This commit is contained in:
parent
07347634aa
commit
998b6b8889
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,6 +79,7 @@ cpu.out
|
||||
/yarn.lock
|
||||
/yarn-error.log
|
||||
/npm-debug.log*
|
||||
/.pnpm-store
|
||||
/public/assets/js
|
||||
/public/assets/css
|
||||
/public/assets/fonts
|
||||
|
Loading…
x
Reference in New Issue
Block a user