36 lines
837 B
JSON
36 lines
837 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet new:*)",
|
|
"Bash(find:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(true)",
|
|
"Bash(dotnet clean:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ss:*)",
|
|
"Bash(killall:*)",
|
|
"Bash(node:*)",
|
|
"Bash(jshint:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(convert:*)",
|
|
"Bash(dotnet add package:*)",
|
|
"Bash(dotnet remove package:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(dotnet test:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(nc:*)",
|
|
"Bash(ssh:*)",
|
|
"Read(//mnt/c/vscode/**)",
|
|
"Read(//mnt/c/**)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |