From bc00a463cadb736e67745dff5dd9e4406c908e05 Mon Sep 17 00:00:00 2001 From: Tyler Dixon Date: Mon, 3 Aug 2026 16:21:02 -0700 Subject: [PATCH] chore: gitignore CLAUDE.local files `v5` already ignores these (line 1 of its .gitignore); `main` does not. The asymmetry means a local CLAUDE.local.md is untracked-but-unignored on any main-based branch, so it shows up in `git status` and a `git clean` deletes it. Matching v5 exactly keeps forward-integration a no-op. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index df34806e..b2ebc657 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +CLAUDE.local* .DS_Store npm-debug.log