retention

This commit is contained in:
2026-08-11 23:35:57 +02:00
parent ca1e432f80
commit e3276f5943
4 changed files with 77 additions and 23 deletions

49
.gitignore vendored
View File

@@ -8,10 +8,10 @@
# testing
/coverage
# next.js
/.next/
/.next-stale-module-cache/
/out/
# next.js
/.next/
/.next-stale-module-cache/
/out/
# production
/build
@@ -43,6 +43,9 @@ next-env.d.ts
docker-compose.override.yml
*.sql
!prisma/migrations/**/*.sql
# Hand-applied schema changes and analysis queries belong in history.
# Backup dumps land in the repo root, so they stay ignored.
!sql/**/*.sql
/backups/
# logs
@@ -71,22 +74,22 @@ tmp/
.codex-temp/
*.report.html
*.report.json
tmp_*.js
test_email.py
meta-fix.js
read-inbox.mjs
quora_antwort_statisch_dynamisch.txt
# Local blog audit reports and temporary snapshots
scratch_blog_analysis.json
scratch_scored_blog_posts.json
src/lib/blog-data.snapshot-*.ts
# Local developer-package workspaces and unreferenced generated media
/packages/
/public/Events/
/public/Gyms/
/public/Hotels/
/public/Real Estate/
/public/restaurant/
/.qr-master-api-health-state
tmp_*.js
test_email.py
meta-fix.js
read-inbox.mjs
quora_antwort_statisch_dynamisch.txt
# Local blog audit reports and temporary snapshots
scratch_blog_analysis.json
scratch_scored_blog_posts.json
src/lib/blog-data.snapshot-*.ts
# Local developer-package workspaces and unreferenced generated media
/packages/
/public/Events/
/public/Gyms/
/public/Hotels/
/public/Real Estate/
/public/restaurant/
/.qr-master-api-health-state