summaryrefslogtreecommitdiffstats
path: root/.claude/settings.local.json
diff options
context:
space:
mode:
Diffstat (limited to '.claude/settings.local.json')
-rw-r--r--.claude/settings.local.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
new file mode 100644
index 0000000..794958b
--- /dev/null
+++ b/.claude/settings.local.json
@@ -0,0 +1,18 @@
1{
2 "permissions": {
3 "allow": [
4 "Bash(go build:*)",
5 "Bash(find:*)",
6 "Bash(git add:*)",
7 "Bash(wc:*)",
8 "WebSearch",
9 "WebFetch(domain:www.jamesatkins.com)",
10 "WebFetch(domain:abhijithota.com)",
11 "WebFetch(domain:dujemihanovic.xyz)",
12 "WebFetch(domain:caddyserver.com)",
13 "Bash(git reset:*)",
14 "Bash(printf:*)",
15 "Bash(git commit:*)"
16 ]
17 }
18}