Skip to content

Commit cdffcfa

Browse files
Add .pnpm-store to gitignore (#6566)
Adds .pnpm-store to gitignore. It's a cache folder that sometimes appears in certain scenarios that would never need to be checked into git. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6566-Add-pnpm-store-to-gitignore-2a16d73d365081319220f90516cfad3c) by [Unito](https://www.unito.io)
1 parent eae93c2 commit cdffcfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ yarn.lock
1818
.stylelintcache
1919

2020
node_modules
21+
.pnpm-store
2122
dist
2223
dist-ssr
2324
*.local

0 commit comments

Comments
 (0)