mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Ignore in-tree pnpm store
Under some conditions the pnpm store is placed inside the source tree.
This commit is contained in:
parent
e5379849ad
commit
337f44fd32
@ -40,6 +40,7 @@ build/Release
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
.pnpm-store/
|
||||
|
||||
# Snowpack dependency directory (https://snowpack.dev/)
|
||||
web_modules/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user