Sfoglia il codice sorgente

chore(gitignore): exclude *.original.md compress backups

/caveman:compress writes a human-readable backup as <file>.original.md
before overwriting. Backups are recoverable via git history (the
pre-compression state lives in the previous commit), so committing
them duplicates content and bloats the repo.

Globbing on *.original.md catches all compressed registries plus
CLAUDE.original.md.

Co-Authored-By: Claude <noreply@anthropic.com>
bastien 1 settimana fa
parent
commit
639486a3f6
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -79,6 +79,9 @@ hooks/node_modules/
 .claude/agent-memory/
 .claude/gstack/
 
+# Caveman compress backups — generated by /caveman:compress, recoverable via git
+*.original.md
+
 # Generated outputs
 graphify-out/
 .ctx7-cache/