servchan/.gitignore
jmcqueen c2e98d105e Initial commit: ServChan Webex bot for ServiceChannel work orders.
ServiceChannel webhook processor, proposal approval cards, attachment auto-post,
CollabSupport commands, and Docker deployment configuration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-24 15:12:08 -04:00

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