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