24 lines
552 B
JSON
24 lines
552 B
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:*)"
|
|
]
|
|
},
|
|
"enableAllProjectMcpServers": false
|
|
} |