add .pnpm-store to gitignore

This commit is contained in:
Elijah Duffy
2026-05-06 17:26:09 -07:00
parent 2b27b348d1
commit a444fa2cf9

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@
node_modules node_modules
.pnp .pnp
.pnp.js .pnp.js
.pnpm-store
# testing # testing
coverage coverage