Static single-page marketing site with dark theme, 3-tier pricing, LLM/agent SEO (llms.txt), and deployment setup that overlays onto the existing WebsiteBox nginx via docker-compose.override.yml without modifying any core project files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
415 B
Plaintext
28 lines
415 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/
|