From 3549f37ebf21de14bd94ba5b11c0dc4f15b44f94 Mon Sep 17 00:00:00 2001 From: naudachu Date: Fri, 7 Aug 2026 18:08:11 +0500 Subject: [PATCH] chore: gitignore CLAUDE.md symlinks agents-sync recreates CLAUDE.md -> AGENTS.md in every directory on each Bash call, so tracking them adds churn and duplicates content that already lives in AGENTS.md. Co-Authored-By: Claude Fable 5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8dc35e6..6d36a5c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ tmp/ __pycache__/ *.pyc + +# agents-sync regenerates these symlinks next to every AGENTS.md +CLAUDE.md