The staging stack is configured through .env.test, which holds its own database password and secrets. It was not covered by the existing .env rules. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
97 lines
1.5 KiB
Plaintext
97 lines
1.5 KiB
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/.next-stale-module-cache/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
.env.test
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# prisma
|
|
# /prisma/migrations/ # Now tracked in Git for deployment
|
|
|
|
# docker
|
|
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
|
|
logs
|
|
*.log
|
|
|
|
# project-specific
|
|
Leads/
|
|
/marketing/
|
|
output/
|
|
remotion/
|
|
|
|
# local dev script
|
|
dev-server.js
|
|
.gstack/
|
|
|
|
# atom-eve agent build/runtime artifacts
|
|
/.output/
|
|
/.eve/
|
|
/.workflow-data/
|
|
|
|
.env.meta
|
|
|
|
# Local temporary files, test scripts, and reports
|
|
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
|