chore(repo): add .pnpm-store to gitignore (#18626)

This commit is contained in:
Craigory Coppola 2023-08-15 17:15:44 -05:00 committed by GitHub
parent 692640e9a9
commit 52408960cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.gitignore vendored
View File

@ -19,7 +19,10 @@ jest.debug.config.js
/graph/client/src/assets/generated-task-graphs
/nx-dev/nx-dev/public/documentation
/nx-dev/nx-dev/public/images/open-graph
# Issues scraper creates these files, stored by github's cache
/scripts/issues-scraper/cached
# Lerna creates this
CHANGELOG.md
@ -34,3 +37,6 @@ CHANGELOG.md
.bashrc
*.node
# Fix for issue when working on the repo in a dev container
.pnpm-store