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-17 09:23:12 +03:00
committed by gavrielc
parent 211d2b5877
commit 163f5700a5
+2
View File
@@ -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/