KoogleApp/.claude/settings.local.json

16 lines
292 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet --version:*)",
"Bash(dotnet build:*)",
"Bash(dotnet test:*)",
"Bash(git checkout:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mkdir:*)",
"WebSearch",
"Bash(git merge:*)"
]
}
}