chore: add .pnpm-store to gitignore and commit formatting fix
Add .pnpm-store/ to .gitignore — pnpm creates this when running in sandbox mode with restricted network/filesystem access. Also commit whatsapp.ts formatting change from prettier pre-commit hook.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
.npm-cache/
|
.npm-cache/
|
||||||
|
# pnpm content-addressable store (created when running in sandbox mode)
|
||||||
|
.pnpm-store/
|
||||||
# Build output
|
# Build output
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user