- Add deploy-host.sh script for webhook-triggered docker redeploy - Mark deploy-host.sh executable in .gitignore / git config - Update docker-compose.yml and nginx.conf for auto-pull setup - Fix vite.config.js and admin router for deployment environment - Fix NVS generator CRC seed to match ESP-IDF esp_rom_crc32_le Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
35 lines
401 B
Plaintext
35 lines
401 B
Plaintext
# Auto-deploy generated files
|
|
deploy.sh
|
|
deploy.log
|
|
.deploy-trigger
|
|
|
|
# Secrets
|
|
.env
|
|
firebase-service-account.json
|
|
|
|
# Persistent runtime data (lives outside docker, not in git)
|
|
/data/*
|
|
!/data/.gitkeep
|
|
!/data/built_melodies/.gitkeep
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.MAIN-APP-REFERENCE/
|
|
|
|
.project-vesper-plan.md |