BCards/.claude/settings.local.json
2025-07-22 23:19:17 -03:00

26 lines
605 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:*)",
"Bash(curl:*)",
"Bash(docker-compose up:*)",
"Bash(dotnet build:*)",
"Bash(chmod:*)"
]
},
"enableAllProjectMcpServers": false
}