From 9143743b43147fca0b4140518acd989ea51d66d3 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Tue, 21 Jul 2026 10:06:16 +0200 Subject: [PATCH] chore: .claude/launch.json und settings.local.json ignorieren MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit launch.json wird für die Preview automatisch neu erzeugt und ist kein Projekt-Artefakt; settings.local.json enthält persönliche Overrides. Geteilte Claude-Code-Konfig (settings.json, commands/…) bleibt einbuchbar. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ec73cda..9044acb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,12 @@ Desktop.ini *.iws out/ +# === Claude Code === +# launch.json wird für die Preview automatisch neu erzeugt; lokale Overrides +# ebenso lokal halten. Geteilte Konfig (settings.json, commands/…) darf rein. +.claude/launch.json +.claude/settings.local.json + # === Editoren === .vscode/ *.swp