chore(MCH-011): Add .gitignore for WhatsApp Service

Ignore node_modules, dist, and local env files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
rckrdmrd 2026-01-18 02:54:34 -06:00
parent 7ca75455bc
commit 44bcabd064

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
node_modules/
dist/
*.log
.env
.env.local
coverage/