ignore asdf's pnpm's `pnpm-store`, which ends up in the repo, not in `~`

main
Avraham Sakal 10 months ago
parent 99a32230ce
commit 9e1a5906e4

1
.gitignore vendored

@ -0,0 +1 @@
.pnpm-store

1
server/.gitignore vendored

@ -6,6 +6,7 @@ yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
.pnpm-store
node_modules
dist

Loading…
Cancel
Save