Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 wiersze
498B

  1. /_bmad
  2. /_bmad*
  3. /.agents
  4. /.github
  5. # Access database and its lock file - contains live order data, never committed.
  6. # Schema changes go through db/migrations/ instead; deploy never touches this file.
  7. db/webdata.accdb
  8. *.laccdb
  9. # Personal Claude Code permission grants for this machine/session - not team config
  10. .claude/settings.local.json
  11. # Deploy target info (SSH host/user) - environment-specific, not team config
  12. scripts/deployinfo.txt
  13. # Local build/deploy scratch output
  14. /dist

Powered by TurnKey Linux.