From a7d11914d7ea3d286ba8679102f62b2d51d3a203 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 28 Aug 2026 21:16:19 +0200 Subject: [PATCH] Ignore local repo-manager index .repo-manager/index.json is a rebuildable local cache written by rmgr, not repository state. repo-manager gitignores its own; match that. Co-Authored-By: Claude Opus 5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 2564823@bnt-lap001 Assistant-Session: 2a7ed827-4928-4b9f-8613-9135c9cadfe9 --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf80165 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.repo-manager/