.gitignore 272 B

1234567891011121314151617181920212223
  1. node_modules/
  2. dist/
  3. .turbo/
  4. *.tsbuildinfo
  5. # Environment
  6. .env
  7. .env.local
  8. .env.*.local
  9. # Secrets (k8s) — never commit a filled-in secret manifest
  10. deploy/k8s/06-secret.yaml
  11. # Next.js
  12. .next/
  13. next-env.d.ts
  14. # Output
  15. output/
  16. tmp/
  17. # Claude Code
  18. .claude/settings.local.json