servchan/.dockerignore
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

28 lines
449 B
Text

node_modules
npm-debug.log
Dockerfile
.dockerignore
.git
.gitignore
README.md
.env
.env.*
data
logs
src/logs
# Non-runtime directories (keeps prod images small and clean)
archive
downloads
tools
*.md
# Any legacy secrets files — the app reads all credentials from env now.
# Redacted config.json is still built; anything with secrets is excluded.
config/config-test.json
config/*.local.json
config/secrets.json
*.pem
*.key
credentials*
secrets*