Ignore beads and agent tooling artifacts
bd init writes AGENTS.md and .beads/ into the working tree; these are local agent tooling, not part of the service. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
addcfd21f1
commit
1794654c39
12
.gitignore
vendored
12
.gitignore
vendored
@ -38,3 +38,15 @@ htmlcov/
|
|||||||
CLAUDE.md
|
CLAUDE.md
|
||||||
CLAUDE.local.md
|
CLAUDE.local.md
|
||||||
.claude/
|
.claude/
|
||||||
|
|
||||||
|
# Beads / Dolt files (added by bd init)
|
||||||
|
.dolt/
|
||||||
|
*.db
|
||||||
|
.beads-credential-key
|
||||||
|
|
||||||
|
# Beads / agent tooling (local only, not tracked)
|
||||||
|
AGENTS.md
|
||||||
|
.beads/
|
||||||
|
.dolt/
|
||||||
|
*.db
|
||||||
|
.beads-credential-key
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user