~bigbes/sr-ht-ecore

b36a927213562090e100c8b43ab27ef9094b1de9 — Eugene Blikh a day ago 89fa694 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-ecore) 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