Phase 0: .claude/settings.local.json von Versionierung ausschließen

Maschinenlokale Claude-Code-Einstellungen (ändern sich laufend) gehören
nicht ins Repo.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
bergm
2026-07-01 13:21:26 +02:00
co-authored by Claude Opus 4.8
parent f76ad737d6
commit 030ad8075c
2 changed files with 1 additions and 14 deletions
-14
View File
@@ -1,14 +0,0 @@
{
"permissions": {
"allow": [
"Bash(git --version)",
"Bash(git init *)",
"Bash(git config *)",
"Bash(echo \"name=$\\(git config user.name\\)\")",
"Bash(echo \"email=$\\(git config user.email\\)\")",
"Bash(echo \"OK: $\\(git config user.name\\) <$\\(git config user.email\\)>\")",
"Bash(git add *)",
"Bash(grep -Ei '\\(^|/\\)\\(bin|obj\\)/|\\\\.vs/|data\\\\.db$|\\\\.suo$')"
]
}
}
+1
View File
@@ -9,6 +9,7 @@
# ── Visual Studio / IDE ────────────────────────── # ── Visual Studio / IDE ──────────────────────────
.vs/ .vs/
.claude/settings.local.json
*.user *.user
*.suo *.suo
*.userosscache *.userosscache