.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. /.pnp
  5. .pnp.*
  6. .yarn/*
  7. !.yarn/patches
  8. !.yarn/plugins
  9. !.yarn/releases
  10. !.yarn/versions
  11. # testing
  12. /coverage
  13. /coverage-quota
  14. /coverage-my-usage
  15. /coverage-proxy-guard-pipeline
  16. /coverage-thinking-signature-rectifier
  17. /coverage-logs-sessionid-time-filter
  18. /coverage-usage-logs-sessionid-search
  19. # next.js
  20. /.next/
  21. /out/
  22. # production
  23. /build
  24. # misc
  25. .DS_Store
  26. *.pem
  27. # debug
  28. npm-debug.log*
  29. yarn-debug.log*
  30. yarn-error.log*
  31. .bun-debug.log*
  32. .workflow/
  33. # Bun lock files
  34. bun.lock
  35. bun.lockb
  36. .bun-cache/
  37. # env files (can opt-in for committing if needed)
  38. .env*
  39. !.env.example
  40. # vercel
  41. .vercel
  42. # typescript
  43. *.tsbuildinfo
  44. next-env.d.ts
  45. # tooling & logs
  46. .cursor/
  47. .claude/
  48. .codex/
  49. .serena/
  50. !src/app/dashboard/logs/
  51. !src/app/settings/logs/
  52. .idea/
  53. .specify
  54. # docker volumes data
  55. /data/*
  56. !/data/.gitkeep
  57. !/data/README.md
  58. # dev tools (local development utilities)
  59. # Keep the dev toolchain in repo; ignore local-only overrides.
  60. /dev/.env
  61. /dev/.env.*
  62. !/dev/.env.example
  63. # translation checklists and temporary docs
  64. TRANSLATIONS_CHECKLIST.txt
  65. TRANSLATIONS_CHECKLIST.md
  66. # i18n verification screenshots (temporary)
  67. /i18n-verification/
  68. /bmad
  69. # docs-site submodule build artifacts
  70. docs-site/.next/
  71. docs-site/node_modules/
  72. # local scratch
  73. tmp/
  74. .trae/
  75. .sisyphus
  76. .ace-tool/
  77. .worktrees/