From 163f5700a51f68ed7b6fa0613b357e96ae27512a Mon Sep 17 00:00:00 2001 From: meeech <4623+meeech@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:37:53 -0400 Subject: [PATCH] chore: add .pnpm-store to gitignore and commit formatting fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e259fbf..1035745 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Dependencies node_modules/ .npm-cache/ +# pnpm content-addressable store (created when running in sandbox mode) +.pnpm-store/ # Build output dist/