From bcc26fa0b2b09dc1f743839a0951fe1d41f9f6d6 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sat, 29 Aug 2026 11:59:20 +0200 Subject: [PATCH] Ignore .repo-manager local index Match the other domain repos so registrar reconciliation can run on a clean worktree. Assistant: grok Assistant-Session: 01a04cea-f0d6-7ab3-9ffd-881eb6bea6cb --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 36b13f1..25acc1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.repo-manager/ + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/