Merge pull request #4707 from stone-w4tch3r/patch-1

Add .pnpm-store to Node.gitignore
This commit is contained in:
Tim Hunter 2026-02-12 09:50:51 -08:00 committed by GitHub
commit b4105e73e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,6 +126,9 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# pnpm
.pnpm-store
# yarn v3
.pnp.*
.yarn/*