Files

19 lines
490 B
JSON
Raw Permalink Normal View History

2025-10-05 23:44:27 +08:00
{
"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": []
}
}