mirror of https://github.com/go-gitea/gitea.git
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 #35274pull/35412/head^2
parent
07347634aa
commit
998b6b8889
|
|
@ -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…
Reference in New Issue