From d25d4fe2fcb6f8e0cd9adfdd5b12f9b477276f2e Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 20 Jan 2026 10:25:57 +0100 Subject: [PATCH] chore: ignore local Claude settings Add .claude/settings.local.json to .gitignore to prevent committing local Claude Code configuration. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5f87fdbd5c..5f772be1b2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ spy.log .kotlin **/tomcat.8080/webapps/ **/__pycache__ + +# Local Claude Code settings that should not be committed +.claude/settings.local.json