feat: initial setup with WhatsApp CRM apps and sync services
This commit is contained in:
23
apps/whatsapp-crm/.gitignore
vendored
Normal file
23
apps/whatsapp-crm/.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
node_modules/
|
||||
.pnp
|
||||
.pnp.js
|
||||
.next/
|
||||
out/
|
||||
build/
|
||||
dist/
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.wwebjs_auth/
|
||||
.wwebjs_auth_crm/
|
||||
.wwebjs_cache/
|
||||
*.db
|
||||
*.sqlite
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user