Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adamtester/3fcbeb2f393306ee51fedeed95ba4325 to your computer and use it in GitHub Desktop.

Select an option

Save adamtester/3fcbeb2f393306ee51fedeed95ba4325 to your computer and use it in GitHub Desktop.
~/.claude/settings.json
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