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>
28 lines
416 B
Plaintext
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/
|