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:
@@ -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$')"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
# ── Visual Studio / IDE ──────────────────────────
|
||||
.vs/
|
||||
.claude/settings.local.json
|
||||
*.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
|
||||
Reference in New Issue
Block a user