diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..e990227 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-settings.json", + "permissions": { + "allow": [ + "Bash(dotnet:*)", + "Bash(./build.ps1:*)", + "Bash(./build.sh:*)", + "Bash(pwsh:*)", + "Bash(npm:*)", + "Bash(npx:*)", + "Bash(node:*)", + "Bash(git:*)", + "Bash(gh:*)" + ] + } +}