Last active
May 17, 2026 15:43
-
-
Save tamaina/c728a459b24db2f536430bbf662983ee to your computer and use it in GitHub Desktop.
.claude/settings.local.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "permissions": { | |
| "allow": [ | |
| "Bash(*)", | |
| "Edit(**)", | |
| "Write(**)", | |
| "Skill(*)", | |
| "TodoWrite", | |
| "WebSearch", | |
| "WebFetch(domain:*)", | |
| "WebFetch(domain:tus.io)", | |
| "mcp__plugin_cloudflare_cloudflare-docs__search_cloudflare_documentation" | |
| ], | |
| "deny": [ | |
| "Bash(rm -rf*)", | |
| "Bash(rm --recursive*)", | |
| "Bash(rm -r*)", | |
| "Bash(sudo rm*)", | |
| "Bash(git push --force*)", | |
| "Bash(git push -f*)", | |
| "Bash(git reset --hard*)", | |
| "Bash(sudo *)", | |
| "Bash(dd *)", | |
| "Bash(mkfs*)", | |
| "Bash(curl * | bash*)", | |
| "Bash(wget * | bash*)", | |
| "Bash(wget *-O- *|*)", | |
| "Bash(git clean -f*)", | |
| "Bash(git checkout -- *)", | |
| "Bash(git restore .*)", | |
| "Bash(git branch -D*)", | |
| "Bash(git stash drop*)", | |
| "Bash(git stash clear*)", | |
| "Bash(truncate*)", | |
| "Bash(shred*)", | |
| "Bash(wrangler r2 bucket delete*)", | |
| "Bash(wrangler r2 object delete*)", | |
| "Bash(wrangler kv:namespace delete*)", | |
| "Bash(wrangler d1 delete*)", | |
| "Bash(wrangler secret delete*)", | |
| "Bash(pnpm publish*)", | |
| "Bash(npm publish*)", | |
| "Bash(kill -9*)", | |
| "Bash(killall*)", | |
| "Edit(.claude/settings.json*)", | |
| "Write(.claude/settings.json*)", | |
| "Edit(.claude/settings.local.json*)", | |
| "Write(.claude/settings.local.json*)" | |
| ], | |
| "additionalDirectories": [ | |
| "/home/aqz.linux/cfw-fileup/packages/app/drizzle/migrations" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment