| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
- # dependencies
- /node_modules
- /.pnp
- .pnp.*
- .yarn/*
- !.yarn/patches
- !.yarn/plugins
- !.yarn/releases
- !.yarn/versions
- # testing
- /coverage
- /coverage-quota
- /coverage-my-usage
- /coverage-proxy-guard-pipeline
- /coverage-thinking-signature-rectifier
- /coverage-logs-sessionid-time-filter
- /coverage-usage-logs-sessionid-search
- # next.js
- /.next/
- /out/
- # production
- /build
- # misc
- .DS_Store
- *.pem
- # debug
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- .bun-debug.log*
- .workflow/
- # Bun lock files
- bun.lock
- bun.lockb
- .bun-cache/
- # env files (can opt-in for committing if needed)
- .env*
- !.env.example
- # vercel
- .vercel
- # typescript
- *.tsbuildinfo
- next-env.d.ts
- # tooling & logs
- .cursor/
- .claude/
- .codex/
- .serena/
- !src/app/dashboard/logs/
- !src/app/settings/logs/
- .idea/
- .specify
- # docker volumes data
- /data/*
- !/data/.gitkeep
- !/data/README.md
- # dev tools (local development utilities)
- # Keep the dev toolchain in repo; ignore local-only overrides.
- /dev/.env
- /dev/.env.*
- !/dev/.env.example
- # translation checklists and temporary docs
- TRANSLATIONS_CHECKLIST.txt
- TRANSLATIONS_CHECKLIST.md
- # i18n verification screenshots (temporary)
- /i18n-verification/
- /bmad
- # docs-site submodule build artifacts
- docs-site/.next/
- docs-site/node_modules/
- # local scratch
- tmp/
- .trae/
- .sisyphus
- .ace-tool/
- .worktrees/
|