| 1234567891011121314151617181920212223 |
- node_modules/
- dist/
- .turbo/
- *.tsbuildinfo
- # Environment
- .env
- .env.local
- .env.*.local
- # Secrets (k8s) — never commit a filled-in secret manifest
- deploy/k8s/06-secret.yaml
- # Next.js
- .next/
- next-env.d.ts
- # Output
- output/
- tmp/
- # Claude Code
- .claude/settings.local.json
|