add .pnpm-store to gitignore

This commit is contained in:
hazycora 2024-07-30 14:33:05 -05:00
parent be6fe2de0c
commit c83ecda85a
No known key found for this signature in database
GPG Key ID: 215AF1F81F86940E

4
.gitignore vendored
View File

@ -9,4 +9,6 @@ node_modules
!.env.example
/test.js
/tmp
/run.js
/run.js
.pnpm-store