QrRapido/.claude/settings.local.json
2025-07-31 13:40:03 -03:00

20 lines
365 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)",
"Bash(node:*)",
"Bash(grep:*)",
"Bash(mv:*)",
"Bash(sed:*)"
],
"deny": []
}
}