paiban/.claude/settings.local.json
Asoka.Wang 21f044712c 1
2025-08-27 18:39:19 +08:00

30 lines
871 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(grep:*)",
"mcp__ide__getDiagnostics",
"Bash(rm:*)",
"Bash(dir:*)",
"Bash(powershell:*)",
"Bash(git rm:*)",
"Bash(cmd /c \"del nul\")",
"Bash(cmd:*)",
"Bash(git clean:*)",
"Bash(dotnet test:*)",
"Bash(timeout 30 dotnet test NPP.SmartSchedue.Tests --filter \"EquipmentMaintenanceIntegrationTest\" --logger \"console;verbosity=minimal\")",
"Bash(timeout 30 dotnet test NPP.SmartSchedue.Tests --filter \"FullyQualifiedName~EquipmentCalibrationIntegrationTest\")",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(dotnet run:*)",
"Bash(mkdir:*)",
"Bash(git restore:*)",
"Bash(ls:*)"
],
"deny": []
}
}