Files
EverShelf/.gitignore
T
dadaloop82 24dd88b5cf Add daily automatic database backup to GitHub
- Remove data/ from .gitignore (keep WAL/SHM excluded)
- Add backup.sh script: commits and pushes DB changes daily
- Cron job at 3:00 AM: /var/www/html/dispensa/backup.sh
- Include initial database snapshot
2026-03-10 12:38:20 +00:00

19 lines
188 B
Plaintext

# Environment variables (secrets)
.env
# SQLite WAL/SHM temp files
data/*.db-wal
data/*.db-shm
# SSL CA cert (local only)
ca.crt
# OS files
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~