chore: .claude/launch.json und settings.local.json ignorieren

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 <noreply@anthropic.com>
This commit is contained in:
Michael Hoennig
2026-07-21 10:06:16 +02:00
co-authored by Claude Opus 4.8
parent be19bac84f
commit 9143743b43
+6
View File
@@ -11,6 +11,12 @@ Desktop.ini
*.iws *.iws
out/ 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 === # === Editoren ===
.vscode/ .vscode/
*.swp *.swp