~bigbes/sr-ht-dolt

3523280c915d225462fa8e64827ae49beb47d4ec — Eugene Blikh a day ago ede3b0b master
beads: ignore the JSONL exports

The Dolt companion is the sync layer for issues and their audit trail, so a
second copy riding in git buys nothing and costs a dirty status after every bd
write. The config half (config.yaml, metadata.json, hooks/) stays tracked, or
there is nothing for bd hooks install to install in a fresh clone.
2 files changed, 6 insertions(+), 0 deletions(-)

M .beads/.gitignore
D .beads/interactions.jsonl
M .beads/.gitignore => .beads/.gitignore +6 -0
@@ 1,3 1,9 @@
# Tracker data exports. Dolt (dolt.srht.bigb.es/~bigbes/sr-ht-dolt) is the sync
# layer for issues and their audit trail — carrying a second copy in git only
# adds churn and merge conflicts. Config stays tracked; data does not.
interactions.jsonl
issues.jsonl

# Dolt database (managed by Dolt, not git)
dolt/
embeddeddolt/

D .beads/interactions.jsonl => .beads/interactions.jsonl +0 -0