QrRapido/.claude/settings.local.json
Ricardo Carneiro 2edb4e1196
All checks were successful
Deploy QR Rapido / test (push) Successful in 41s
Deploy QR Rapido / build-and-push (push) Successful in 14m6s
Deploy QR Rapido / deploy-staging (push) Has been skipped
Deploy QR Rapido / deploy-production (push) Successful in 1m55s
fix: ajustar para configuração de plano ficam só no mongondb.
2025-10-19 21:48:45 -03:00

39 lines
937 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:*)",
"Bash(cp:*)",
"Bash(ping:*)",
"Bash(nc:*)",
"Bash(ssh:*)",
"Read(//mnt/c/vscode/**)",
"Read(//mnt/c/**)",
"Bash(chmod +x /mnt/c/vscode/qrrapido/Scripts/update-plans.sh)",
"Bash(netstat -tln)"
],
"deny": []
}
}