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>
This commit is contained in:
parent
4364e2b351
commit
ee00f8c32f
3
.gitignore
vendored
3
.gitignore
vendored
@ -79,6 +79,9 @@ hooks/node_modules/
|
|||||||
.claude/agent-memory/
|
.claude/agent-memory/
|
||||||
.claude/gstack/
|
.claude/gstack/
|
||||||
|
|
||||||
|
# Caveman compress backups — generated by /caveman:compress, recoverable via git
|
||||||
|
*.original.md
|
||||||
|
|
||||||
# Generated outputs
|
# Generated outputs
|
||||||
graphify-out/
|
graphify-out/
|
||||||
.ctx7-cache/
|
.ctx7-cache/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user