From 20c9549ca25978fb894e11cf32524876123da706 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 27 Jul 2026 15:45:37 -0300 Subject: [PATCH] chore: gitignore Claude Code context symlinks CONTEXT.md and docs/adr are symlinked in from the private claude/ config repo by workspace.sh; ignore them so the local symlinks aren't committed here. Groups them under the existing CLAUDE.md comment rather than repeating it per entry. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index dec4498..e7f3c66 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ out # Claude Code context files (symlinked from private repo) **/CLAUDE.md +**/CONTEXT.md +/docs/adr