Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
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.