Merge pull request #705 from crcatala/fix/add-interactions-jsonl-to-gitignore-allowlist

Reviewed by dave (beads crew worker)
This commit is contained in:
Steve Yegge
2025-12-22 20:17:51 -08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

1
.beads/.gitignore vendored
View File

@@ -28,5 +28,6 @@ beads.right.meta.json
# Keep JSONL exports and config (source of truth for git)
!issues.jsonl
!interactions.jsonl
!metadata.json
!config.json

View File

@@ -37,6 +37,7 @@ beads.right.meta.json
# Keep JSONL exports and config (source of truth for git)
!issues.jsonl
!interactions.jsonl
!metadata.json
!config.json
`