fix: add interactions.jsonl to .gitignore allowlist

The interactions.jsonl file is an append-only audit log that should be
tracked in git (synced with bd sync), but it was missing from the
negation patterns in .beads/.gitignore.

This adds !interactions.jsonl alongside !issues.jsonl and !metadata.json
for consistency and clarity that this file should be committed.

Co-authored-by: Christian Catalan <crcatala@gmail.com>
This commit is contained in:
cc-vps
2025-12-22 13:48:06 -08:00
parent 7f5fa23a6b
commit 7ad9fb537b
2 changed files with 2 additions and 0 deletions

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
`