Created
April 8, 2026 09:22
-
-
Save adamtester/3fcbeb2f393306ee51fedeed95ba4325 to your computer and use it in GitHub Desktop.
~/.claude/settings.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
| cat ~/.claude/settings.json | |
| { | |
| "attribution": { | |
| "commit": "", | |
| "pr": "" | |
| }, | |
| "permissions": { | |
| "allow": [ | |
| "Read", | |
| "Edit", | |
| "Write", | |
| "Glob", | |
| "Grep", | |
| "Bash(ls:*)", | |
| "Bash(cat:*)", | |
| "Bash(head:*)", | |
| "Bash(tail:*)", | |
| "Bash(wc:*)", | |
| "Bash(file:*)", | |
| "Bash(which:*)", | |
| "Bash(whoami:*)", | |
| "Bash(pwd:*)", | |
| "Bash(env:*)", | |
| "Bash(echo:*)", | |
| "Bash(find:*)", | |
| "Bash(stat:*)", | |
| "Bash(du:*)", | |
| "Bash(df:*)", | |
| "Bash(uname:*)", | |
| "Bash(git status:*)", | |
| "Bash(git log:*)", | |
| "Bash(git diff:*)", | |
| "Bash(git show:*)", | |
| "Bash(git branch:*)", | |
| "Bash(git tag:*)", | |
| "Bash(git remote:*)", | |
| "Bash(git stash list:*)", | |
| "Bash(git blame:*)", | |
| "Bash(git rev-parse:*)", | |
| "Bash(git add:*)", | |
| "Bash(git commit:*)", | |
| "Bash(git checkout:*)", | |
| "Bash(git switch:*)", | |
| "Bash(git merge:*)", | |
| "Bash(git rebase:*)", | |
| "Bash(git stash:*)", | |
| "Bash(git cherry-pick:*)", | |
| "Bash(pnpm:*)", | |
| "Bash(npx:*)", | |
| "Bash(npm:*)", | |
| "Bash(node:*)", | |
| "Bash(tsx:*)", | |
| "Bash(tsc:*)", | |
| "Bash(flutter:*)", | |
| "Bash(dart:*)", | |
| "Bash(fvm:*)", | |
| "Bash(gh:*)", | |
| "WebSearch" | |
| ], | |
| "deny": [ | |
| "Bash(rm -rf /:*)", | |
| "Bash(git push --force:*)", | |
| "Bash(git reset --hard:*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment