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:
meeech
2026-04-14 00:37:53 -04:00
committed by gavrielc
parent 211d2b5877
commit 163f5700a5

2
.gitignore vendored
View File

@@ -1,6 +1,8 @@
# Dependencies
node_modules/
.npm-cache/
# pnpm content-addressable store (created when running in sandbox mode)
.pnpm-store/
# Build output
dist/