Broadcast / .claude / settings.local.json
Code · 10 lines · 208 bytes
1
2
3
4
5
6
7
8
9
10{
  "permissions": {
    "allow": [
      "Bash(dir:*)",
      "Bash(dotnet build:*)",
      "Bash(timeout /t 5)",
      "Bash(del \"D:\\\\git\\\\Broadcast\\\\src\\\\Services\\\\WebMParser.cs\")"
    ]
  }
}