From a491afacc7ca7a3591a938e274df46869be28930 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Sat, 4 Jul 2026 10:21:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(ms-ai-architect):=20Spor=201=20=E2=80=94?= =?UTF-8?q?=20gitignore=20*.tmp.*=20+=20.kb-backup,=20suite=20gr=C3=B8nn?= =?UTF-8?q?=20[skip-docs]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 654f5bc..748ddba 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ scripts/kb-eval/data/skill-score-report.json # build-judge-payloads.mjs; regenerated on demand, not committed (bulk + churn). scripts/kb-eval/data/judge-bakeoff-payloads-*.json .kb-backup/ +# atomic-write temp files (atomicWriteSync writes `.tmp..` then renames); +# a crash mid-write could leave one behind — never let it reach the public mirror. +*.tmp.* .rollback-in-progress # --- session/local state — LOCAL-ONLY (gitignored) ---