From 892c9eb664e49b6bcbd5e8d361241c0c5c4437a6 Mon Sep 17 00:00:00 2001 From: Geurt Date: Thu, 13 Aug 2026 20:45:20 +0200 Subject: [PATCH] gitignore: ignore redeploy-result.txt redeploy-leg residue The task-routed redeploy leg writes this result file into the runtime worktree; flagged untracked since T=280. Ignore it. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 45a22f7..fba388f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ # Test artifacts /tmp/ +# Redeploy-leg output (untracked runtime residue) +redeploy-result.txt + # Log files *.log *.jsonl