Files
2026-02-13 14:13:32 -07:00

22 lines
424 B
JSON

{
"permissions": {
"allow": [
"Bash(dotnet build)",
"Bash(dotnet run:*)",
"Bash(powershell:*)",
"Bash(dotnet script:*)",
"Bash(taskkill:*)",
"Bash(dir:*)",
"Bash(cd:*)",
"Bash(tree:*)",
"Bash(del Index.cshtml Index.cshtml.cs)",
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(ls:*)"
],
"deny": [],
"ask": []
}
}