Last active
June 9, 2025 21:33
-
-
Save pythoninthegrass/f4787f28d096c5c7702f5dc691a9d91f to your computer and use it in GitHub Desktop.
Claude code settings.json via https://docs.anthropic.com/en/docs/claude-code/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(uv run:*)", | |
"Bash(timeout 5 uv run:*)", | |
"Bash(terraform:*)", | |
"WebFetch(domain:terraform.io)", | |
"WebFetch(domain:github.com)", | |
"WebFetch(domain:plainframework.com)", | |
"WebFetch(domain:readthedocs.io)" | |
], | |
"deny": [] | |
} | |
} |
Author
pythoninthegrass
commented
Jun 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment