From b25330d3e84f4ff916d0a15edbf89528d4381478 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Sun, 31 May 2026 01:22:29 +0000 Subject: [PATCH] gitignore: ignore .sops/ + age-key files (lost in the repo consolidation; needed before staging the master age key) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 68a86dc..9cc28a5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ /.claude/* # local claude session/project state (history, cache, locks) !/.claude/skills/ # ...but DO track shareable skills (e.g. ci-test-review) *.tmp.* # editor temp files +.sops/ +*age*.txt +*.age +master-age.txt