diff --git a/.beads/.gitignore b/.beads/.gitignore index f7738583fca749237af124df35e0d8182a4a038d..37fe8984e4313a0d0ad2e1e6a92ec68693020803 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -1,3 +1,9 @@ +# Tracker data exports. Dolt (dolt.srht.bigb.es/~bigbes/sourcehut-root) 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/ diff --git a/.beads/interactions.jsonl b/.beads/interactions.jsonl deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 Binary files a/.beads/interactions.jsonl and /dev/null differ