QrRapido/.claude/settings.local.json
2025-07-31 11:39:31 -03:00

16 lines
280 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet new:*)",
"Bash(find:*)",
"Bash(dotnet build:*)",
"Bash(timeout:*)",
"Bash(rm:*)",
"Bash(dotnet run:*)",
"Bash(curl:*)",
"Bash(pkill:*)",
"Bash(true)"
],
"deny": []
}
}