Skip to content

Commit

Permalink
chore(repo): add .pnpm-store to gitignore (#18626)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5240896)
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Aug 16, 2023
1 parent e2c0afe commit 1a4c483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -34,3 +37,6 @@ CHANGELOG.md
.bashrc

*.node

# Fix for issue when working on the repo in a dev container
.pnpm-store

0 comments on commit 1a4c483

Please sign in to comment.