19 lines
403 B
JSON
19 lines
403 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:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |