From ef673721441b94a3d1d788b13ddd6db80bb4dbea Mon Sep 17 00:00:00 2001 From: Philipp Hofmann Date: Tue, 20 Jan 2026 10:21:49 +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 36f8a3f6b9fe..ce8be2090e76 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ packages/gatsby/gatsby-node.d.ts #junit reports packages/**/*.junit.xml + +# Local Claude Code settings that should not be committed +.claude/settings.local.json