24dd88b5cf
- 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
19 lines
188 B
Plaintext
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
|
|
*~
|