.gitignore 184 B

1234567891011121314151617181920
  1. node_modules/
  2. dist/
  3. .turbo/
  4. *.tsbuildinfo
  5. # Environment
  6. .env
  7. .env.local
  8. .env.*.local
  9. # Next.js
  10. .next/
  11. next-env.d.ts
  12. # Output
  13. output/
  14. tmp/
  15. # Claude Code
  16. .claude/settings.local.json