From 7a572faf13d88bae2535d0ebf976f7e9eb06114a Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 29 Aug 2026 11:59:01 +0200 Subject: [PATCH] chore: ignore local .repo-manager cache Sibling repos already ignore this directory. It blocked registrar reconciliation of ZONE-WP-0003 because the worktree was dirty. Assistant: grok Assistant-Session: 01a04ceb-0745-7ae1-9e26-0d10e5d52b8b --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9baf29a..3797de5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ __pycache__/ *.pyc +.repo-manager/