From ee00f8c32f16d54f08eac59894c0236ae615dda4 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 5 May 2026 23:46:47 +0200 Subject: [PATCH] chore(gitignore): exclude *.original.md compress backups /caveman:compress writes a human-readable backup as .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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6ba1f81..67c5dde 100644 --- a/.gitignore +++ b/.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/