فهرست منبع

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 هفته پیش
والد
کامیت
639486a3f6
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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/