BCards/.claude/settings.local.json
Ricardo Carneiro 4ae19622d6
All checks were successful
BCards Deployment Pipeline / Run Tests (push) Successful in 3s
BCards Deployment Pipeline / PR Validation (push) Has been skipped
BCards Deployment Pipeline / Build and Push Image (push) Successful in 10m58s
BCards Deployment Pipeline / Deploy to Production (ARM - OCI) (push) Has been skipped
BCards Deployment Pipeline / Deploy to Release Swarm (ARM) (push) Successful in 9s
BCards Deployment Pipeline / Cleanup Old Resources (push) Has been skipped
BCards Deployment Pipeline / Deployment Summary (push) Successful in 0s
fix: ajustes de botão de ajuda e login
2026-01-05 22:40:10 -03:00

43 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"Bash(dotnet --version)",
"Bash(dotnet restore:*)",
"Bash(dotnet build)",
"Bash(dotnet test)",
"Bash(dotnet tool install:*)",
"Bash(~/.dotnet/tools/libman restore)",
"Bash(timeout:*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(dotnet clean:*)",
"Bash(find:*)",
"Bash(rg:*)",
"Bash(pkill:*)",
"Bash(sudo rm:*)",
"Bash(rm:*)",
"Bash(curl:*)",
"Bash(docker-compose up:*)",
"Bash(dotnet build:*)",
"Bash(chmod:*)",
"Bash(mv:*)",
"Bash(dotnet nuget locals:*)",
"Bash(/mnt/c/vscode/vcart.me.novo/clean-build.sh:*)",
"Bash(sed:*)",
"Bash(./clean-build.sh:*)",
"Bash(git add:*)",
"Bash(scp:*)",
"Bash(ssh:*)",
"Bash(cat:*)",
"Bash(dig:*)",
"Bash(git commit:*)",
"Bash(netstat:*)",
"Bash(ss:*)",
"Bash(lsof:*)",
"Bash(dotnet run:*)",
"Bash(dotnet user-secrets:*)"
]
},
"enableAllProjectMcpServers": false
}