ServiceChannel webhook processor, proposal approval cards, attachment auto-post, CollabSupport commands, and Docker deployment configuration. Co-authored-by: Cursor <cursoragent@cursor.com>
37 lines
423 B
Text
37 lines
423 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Environment & Secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
config/config.json
|
|
config/config-test.json
|
|
|
|
# Database files (production data)
|
|
*.db
|
|
data/*.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Archive / old code
|
|
archive/
|
|
|
|
# Temporary / test artifacts
|
|
dev_webex_sc_mappings.db
|
|
test-*.db
|
|
|
|
# Large data files from tools
|
|
*.csv
|
|
*.json
|
|
!package-lock.json
|
|
!package.json
|