Last active
March 22, 2026 19:59
-
-
Save Offirmo/2407560c16a20f3198e5c991ead25258 to your computer and use it in GitHub Desktop.
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
| // https://code.claude.com/docs/en/settings | |
| { | |
| "$schema": "https://json.schemastore.org/claude-code-settings.json", | |
| "permissions": { | |
| "allow": [ | |
| "Bash(npm run lint)", | |
| "Bash(npm run test *)", | |
| "Read(~/.zshrc)" | |
| ], | |
| "deny": [ | |
| "Bash(curl *)", | |
| "Read(./.env)", | |
| "Read(./.env.*)", | |
| "Read(./secrets/**)" | |
| ] | |
| }, | |
| "env": { | |
| "CLAUDE_CODE_ENABLE_TELEMETRY": "1", | |
| "OTEL_METRICS_EXPORTER": "otlp" | |
| }, | |
| "companyAnnouncements": [ | |
| "Welcome to Acme Corp! Review our code guidelines at docs.acme.com", | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment