gitignore: ignore .sops/ + age-key files (lost in the repo consolidation; needed before staging the master age key)
This commit is contained in:
@@ -17,3 +17,7 @@
|
|||||||
/.claude/* # local claude session/project state (history, cache, locks)
|
/.claude/* # local claude session/project state (history, cache, locks)
|
||||||
!/.claude/skills/ # ...but DO track shareable skills (e.g. ci-test-review)
|
!/.claude/skills/ # ...but DO track shareable skills (e.g. ci-test-review)
|
||||||
*.tmp.* # editor temp files
|
*.tmp.* # editor temp files
|
||||||
|
.sops/
|
||||||
|
*age*.txt
|
||||||
|
*.age
|
||||||
|
master-age.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user