KoogleApp/.claude/settings.local.json

21 lines
450 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:*)",
"Bash(findstr:*)",
"Bash(find:*)",
"Bash(taskkill:*)",
"Bash(dotnet ef migrations add:*)",
"Bash(dotnet ef database update:*)"
]
}
}