Skip to content

Instantly share code, notes, and snippets.

@akunzai
Last active December 6, 2025 09:06
Show Gist options
  • Select an option

  • Save akunzai/b1151ff86099c4a12935a71dda2bd380 to your computer and use it in GitHub Desktop.

Select an option

Save akunzai/b1151ff86099c4a12935a71dda2bd380 to your computer and use it in GitHub Desktop.
My Claude Code settings
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true,
"allowUnsandboxedCommands": false
},
"permissions": {
"allow": [
"Bash(rg:*)",
"Bash(grep:*)"
],
"deny": [
"Read(**/.env*)",
"Read(**/*.cer)",
"Read(**/*.crt)",
"Read(**/*.key)",
"Read(**/*.p12)",
"Read(**/*.pem)",
"Read(**/*.pfx)",
"Read(**/*credentials*)",
"Read(**/*keyrings*)",
"Read(**/*secrets*/**)",
"Read(~/.*history*)",
"Read(~/.aws/**)",
"Read(~/.boto)",
"Read(~/.config/gcloud/**)",
"Read(~/.config/gh/hosts.yml)",
"Read(~/.git-credentials)",
"Read(~/.gnupg/**)",
"Read(~/.gsutil/**)",
"Read(~/.kube/config)",
"Read(~/.netrc)",
"Read(~/.npmrc)",
"Read(~/.pypirc)",
"Read(~/.ssh/**)",
"Read(~/.terraform.tfstate*)",
"Read(~/.Xauthority)",
"Read(~/**/.env*)",
"Read(~/**/*.cer)",
"Read(~/**/*.crt)",
"Read(~/**/*.key)",
"Read(~/**/*.p12)",
"Read(~/**/*.pem)",
"Read(~/**/*.pfx)",
"Read(~/**/*credentials*)",
"Read(~/**/*keyrings*)",
"Read(~/**/*secrets*/**)"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment