QrRapido/.claude/settings.local.json

28 lines
646 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:*)"
],
"deny": []
}
}