Skip to content

chore: ignore beads/dolt local files#24

Merged
exilis merged 1 commit into
masterfrom
chore/gitignore-beads
Jul 26, 2026
Merged

chore: ignore beads/dolt local files#24
exilis merged 1 commit into
masterfrom
chore/gitignore-beads

Conversation

@exilis

@exilis exilis commented Jul 26, 2026

Copy link
Copy Markdown
Owner

bd init leaves a local Dolt DB, a credential key, and a proxied-db directory in the working tree. None of it belongs in git.

Adds to .gitignore:

.dolt/
*.db
.beads-credential-key
.beads/proxieddb/

Verified no tracked file is newly ignored (git ls-files matches none of these patterns).

Note: *.db is unanchored, so it will ignore any .db file anywhere in the repo — narrow it to .beads/*.db if that's too broad.

🤖 Generated with Claude Code

bd init leaves a local Dolt DB and credential key in the working tree;
none of it belongs in git (.beads/issues.jsonl remains tracked).

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
@exilis
exilis merged commit d5f409d into master Jul 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant