diff options
Diffstat (limited to 'dotfiles/common/.claude')
| -rw-r--r-- | dotfiles/common/.claude/settings.local.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/common/.claude/settings.local.json b/dotfiles/common/.claude/settings.local.json new file mode 100644 index 0000000..53f7f2f --- /dev/null +++ b/dotfiles/common/.claude/settings.local.json @@ -0,0 +1,11 @@ +{ + "permissions": { + "allow": [ + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:ipinfo.io)" + ], + "deny": [], + "ask": [] + } +} |
