30 lines
871 B
JSON
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": []
|
|
}
|
|
} |