From 129600550cd3f16772fc2bd4e1d3e8aea2848b15 Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 20 Jan 2026 10:30:43 +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 cd5863099..705a13d67 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ package.xml .phpunit.result.cache docs/_build tests/clover.xml + +# Local Claude Code settings that should not be committed +.claude/settings.local.json