From 832e333d4965ad698e2e1957e4882f5773fb0091 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Tue, 24 Jun 2025 02:25:09 +0400 Subject: [PATCH] chore: update .gitignore to exclude Claude Code file - Added CLAUDE.local.md to .gitignore to prevent tracking of local configuration files. This change helps maintain a clean repository by excluding user-specific files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ed3a672ae..7059c9937 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,6 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +# Claude Code +CLAUDE.local.md