Created
April 29, 2026 18:53
-
-
Save itsdevdom/0e0f6ff8ebb5746b9cfba45dc939f071 to your computer and use it in GitHub Desktop.
Claude Project Settings
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(*)", | |
| "Read", | |
| "Edit", | |
| "Write", | |
| "Glob", | |
| "Grep", | |
| "WebSearch", | |
| "WebFetch", | |
| "NotebookEdit" | |
| ], | |
| "deny": [ | |
| "Bash(git add:*)", | |
| "Bash(git am:*)", | |
| "Bash(git apply:*)", | |
| "Bash(git branch -d:*)", | |
| "Bash(git branch -D:*)", | |
| "Bash(git branch -m:*)", | |
| "Bash(git branch -M:*)", | |
| "Bash(git branch --delete:*)", | |
| "Bash(git branch --move:*)", | |
| "Bash(git checkout:*)", | |
| "Bash(git checkout)", | |
| "Bash(git cherry-pick:*)", | |
| "Bash(git clean:*)", | |
| "Bash(git clone:*)", | |
| "Bash(git commit:*)", | |
| "Bash(git commit)", | |
| "Bash(git config --add:*)", | |
| "Bash(git config --edit:*)", | |
| "Bash(git config --remove-section:*)", | |
| "Bash(git config --rename-section:*)", | |
| "Bash(git config --replace-all:*)", | |
| "Bash(git config --unset:*)", | |
| "Bash(git config --unset-all:*)", | |
| "Bash(git fetch:*)", | |
| "Bash(git fetch)", | |
| "Bash(git filter-branch:*)", | |
| "Bash(git filter-repo:*)", | |
| "Bash(git format-patch:*)", | |
| "Bash(git gc:*)", | |
| "Bash(git init:*)", | |
| "Bash(git init)", | |
| "Bash(git merge:*)", | |
| "Bash(git merge)", | |
| "Bash(git mv:*)", | |
| "Bash(git notes add:*)", | |
| "Bash(git notes edit:*)", | |
| "Bash(git notes prune:*)", | |
| "Bash(git notes remove:*)", | |
| "Bash(git prune:*)", | |
| "Bash(git pull:*)", | |
| "Bash(git pull)", | |
| "Bash(git push:*)", | |
| "Bash(git push)", | |
| "Bash(git rebase:*)", | |
| "Bash(git rebase)", | |
| "Bash(git reflog delete:*)", | |
| "Bash(git reflog expire:*)", | |
| "Bash(git remote add:*)", | |
| "Bash(git remote remove:*)", | |
| "Bash(git remote rename:*)", | |
| "Bash(git remote set-url:*)", | |
| "Bash(git repack:*)", | |
| "Bash(git reset:*)", | |
| "Bash(git reset)", | |
| "Bash(git restore:*)", | |
| "Bash(git restore)", | |
| "Bash(git revert:*)", | |
| "Bash(git rm:*)", | |
| "Bash(git stash apply:*)", | |
| "Bash(git stash apply)", | |
| "Bash(git stash clear:*)", | |
| "Bash(git stash clear)", | |
| "Bash(git stash drop:*)", | |
| "Bash(git stash pop:*)", | |
| "Bash(git stash pop)", | |
| "Bash(git stash push:*)", | |
| "Bash(git stash save:*)", | |
| "Bash(git submodule add:*)", | |
| "Bash(git submodule deinit:*)", | |
| "Bash(git submodule init:*)", | |
| "Bash(git submodule sync:*)", | |
| "Bash(git submodule update:*)", | |
| "Bash(git tag -a:*)", | |
| "Bash(git tag -d:*)", | |
| "Bash(git tag -f:*)", | |
| "Bash(git tag -s:*)", | |
| "Bash(git tag --delete:*)", | |
| "Bash(git tag --force:*)", | |
| "Bash(git update-index:*)", | |
| "Bash(git update-ref:*)", | |
| "Bash(git worktree add:*)", | |
| "Bash(git worktree move:*)", | |
| "Bash(git worktree remove:*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment