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:
co-authored by
Claude Opus 4.8
parent
be19bac84f
commit
9143743b43
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user