19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(//d/project/fatemaster/backend/FateMaster.API/FateMaster.API/**)",
|
|
"Read(//d/project/fatemaster/backend/**)",
|
|
"Bash(cat:*)",
|
|
"Bash(dotnet build)",
|
|
"Bash(dotnet tool list:*)",
|
|
"Bash(dotnet tool install:*)",
|
|
"Bash(dotnet ef migrations add:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(taskkill:*)",
|
|
"Bash(dotnet add package:*)",
|
|
"Bash(dotnet remove:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |