feat: Added pnpm-specific ignore files

This commit is contained in:
Bart van der Braak 2023-06-13 22:14:03 +02:00
parent f63cc0f324
commit 95e36e3181
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -22,7 +22,9 @@
# debug
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*
yarn-error.log*
pnpm-error.log*
# local env files
.env*.local

View file

@ -2,6 +2,7 @@ cache
.cache
package.json
package-lock.json
pnpm-lock.yaml
public
CHANGELOG.md
.yarn