wxcc-monitor/.gitignore
jmcqueen 935c27854b Initial commit with Docker deployment support.
Containerize the monitor with production and dev compose stacks, fix healthchecks and port handling, and make the dashboard base path configurable for direct or proxied access.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-23 08:04:02 -04:00

49 lines
No EOL
723 B
Text

# Dependencies
node_modules/
# Environment & Secrets (CRITICAL - never commit these)
.env
.env.local
.env.*.local
.env.prod
.env.production
.env.dev
.env.*.prod
.env.*.dev
# Sensitive runtime data (contain tokens, live state, PII)
data/tokens.json
data/agentStates.json
data/dailyQueueTotals.json
data/activeThresholdAlerts.json
data/agents.json
data/auxCodes.json
data/contactQueues.json
data/teams.json
# Logs
logs/
*.log
# OS / Editor
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.vscode/
.idea/
# Test / coverage
coverage/
.nyc_output/
# Misc
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Docker Compose local overrides (optional, never commit)
docker-compose.override.yml
docker-compose.*.override.yml