wxcc-monitor/.dockerignore
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
490 B
Text

# Dependencies
node_modules/
npm-debug.log
yarn-debug.log
pnpm-debug.log
# Environment & Secrets
.env
.env.*
.env.local
.env.*.local
# Runtime generated / sensitive data
data/
logs/
*.log
activeThresholdAlerts.json
# OS / Editor
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.vscode/
.idea/
# Git
.git/
.gitignore
# Docker (prevent recursive copies)
Dockerfile*
docker-compose*
.docker/
# Test / build artifacts
coverage/
.nyc_output/
dist/
build/
# Misc
README.md
*.md
LICENSE
*.log
tmp/
temp/