BCards/.claude/settings.local.json
2025-06-24 23:25:02 -03:00

22 lines
495 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet --version)",
"Bash(dotnet restore:*)",
"Bash(dotnet build)",
"Bash(dotnet test)",
"Bash(dotnet tool install:*)",
"Bash(~/.dotnet/tools/libman restore)",
"Bash(timeout:*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(dotnet clean:*)",
"Bash(find:*)",
"Bash(rg:*)",
"Bash(pkill:*)",
"Bash(sudo rm:*)",
"Bash(rm:*)"
]
},
"enableAllProjectMcpServers": false
}