Files
jobtrackingapp/.gitignore
T
cesnimda 999d6e05e7 feat: automated daily SQLite database backups with retention
New DatabaseBackupHostedService + SqliteDatabaseBackupRunner:
- daily VACUUM INTO snapshot to <Data:Root>/backups (safe with WAL)
- catch-up backup at startup when none exists from the last 24h
- retention pruning (Backups:RetainCount, default 14)
- warns and stays idle on MySQL/MariaDB where external backups apply

Production previously had no automated database backup on Linux
(the /api/backup endpoint is Windows-DPAPI-only).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 21:49:58 +02:00

89 lines
1.1 KiB
Plaintext

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
# Environment files
.env
.env.*
!.env.example
# Python
.venv/
__pycache__/
*.pyc
venv/
# .NET / Visual Studio
bin/
obj/
bin_build/
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Frontend build artifacts
node_modules/
build/
dist/
coverage/
.next/
.cache/
# Local temp / scratch files
temp_job.json
temp_post_job.py
todo jobtracker.txt
tmp/
/tmp/
# Runtime data that must never be committed (DataProtection keys, exports, CV artifacts)
keys/
backups/
JobTrackerApi/exports/
JobTrackerApi/CvArtifacts/
JobTrackerApi/CvExports/
JobTrackerApi/CvBenchmarks/
# Local app data
*.db
*.db-*
Attachments/
website_details.md
# Private local test files
vendor/
target/
*.swp
*.swo
*~
*.code-workspace
# GSD
.gsd
# GSD runtime / ephemeral
.gsd/auto.lock
.gsd/completed-units.json
.gsd/STATE.md
.gsd/metrics.json
.gsd/activity/
.gsd/runtime/
.gsd/worktrees/
.gsd/parallel/
.gsd/reports/
.gsd/milestones/**/continue.md
.gsd/milestones/**/*-CONTINUE.md
# ── GSD baseline (auto-generated) ──
.gsd-id