From 7046c7bd764fe3587f4ce4440364cec30850e438 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 25 Aug 2026 23:01:40 +0000 Subject: [PATCH] Ignore beads auto-import tracking marker .auto-import-issues.jsonl is a per-machine mtime/size cache bd writes when auto-importing issues.jsonl; it shouldn't be versioned. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01MJ84Feep79Hhm3E4zZJmnB --- .beads/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.beads/.gitignore b/.beads/.gitignore index df4911d..2eb38b1 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -59,6 +59,9 @@ backup/ # Per-project environment file (Dolt connection config, GH#2520) .env +# Auto-import tracking marker (local mtime/size cache, per-machine) +.auto-import-issues.jsonl + # Legacy files (from pre-Dolt versions) *.db *.db?*