QrRapido/.claude/settings.local.json
Ricardo Carneiro 286da5e5de
Some checks failed
Deploy QR Rapido / test (push) Successful in 32s
Deploy QR Rapido / build-and-push (push) Failing after 9s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Has been skipped
fix: gerar url/link.
2025-08-01 10:33:34 -03:00

19 lines
403 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.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(dotnet clean:*)",
"Bash(grep:*)"
],
"deny": []
}
}