retention
This commit is contained in:
49
.gitignore
vendored
49
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user