Add .pnpm-store to Node.gitignore

This commit is contained in:
Данил Б 2025-08-12 03:11:59 +05:00 committed by GitHub
parent e5379849ad
commit b238aa7039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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