fix: remove legacy deletions.jsonl from git tracking

The deletions.jsonl file contained merge conflicts and was causing
bd init/reset failures on fresh clones. Since we've migrated to
tombstones, these files are no longer needed.

Fixes GH#590

Co-Authored-By: Matt Wilkie <maphew@gmail.com>

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-16 13:13:24 -08:00
parent 0aea2d93c6
commit e91d1a06fd
3 changed files with 4 additions and 66832 deletions

6
.beads/.gitignore vendored
View File

@@ -18,6 +18,10 @@ bd.sock
db.sqlite
bd.db
# Legacy deletions manifest (replaced by tombstones)
deletions.jsonl
deletions.jsonl.migrated
# Merge artifacts (temporary files from 3-way merge)
beads.base.jsonl
beads.base.meta.json
@@ -30,5 +34,3 @@ beads.right.meta.json
!issues.jsonl
!metadata.json
!config.json
deletions.jsonl
deletions.jsonl.migrated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff