Private
Public Access
1
0
Files
websitebox/.gitignore
constantprojects 1750efeb05 Fix gitignore blocking deploy override from being tracked
The pattern docker-compose.override.yml matched at all levels,
preventing website/deploy/docker-compose.override.yml from being
committed. Changed to /docker-compose.override.yml (root-only).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 11:59:30 -07:00

28 lines
416 B
Plaintext

# Environment and secrets
.env
.credentials
# Docker Compose override (used for marketing site on production VPS only)
/docker-compose.override.yml
website/deploy/active-marketing.conf
# Persistent data (created by setup.sh)
websitebox-data/
# Migration state
.websitebox-migrations
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Node (if any tooling added later)
node_modules/