QrRapido/.claude/settings.local.json
Ricardo Carneiro 8ab0b913e2
Some checks failed
Deploy QR Rapido / test (push) Successful in 26s
Deploy QR Rapido / build-and-push (push) Failing after 5s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Has been skipped
fix: Melhorar a leitura mesmo com o logotipo maior.
2025-08-04 01:50:54 -03:00

30 lines
695 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:*)",
"Bash(ss:*)",
"Bash(killall:*)",
"Bash(node:*)",
"Bash(jshint:*)",
"Bash(ls:*)",
"Bash(convert:*)",
"Bash(dotnet add package:*)",
"Bash(dotnet remove package:*)",
"Bash(dotnet restore:*)",
"Bash(rg:*)",
"Bash(dotnet test:*)"
],
"deny": []
}
}