Created
November 16, 2025 01:16
-
-
Save fartbagxp/27d8de84a03a6bb19865b4499dad2c27 to your computer and use it in GitHub Desktop.
Claude setting template in .claude/claude.json to ignore reading environment variables
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": { | |
| "deny": [ | |
| "Read(./.env)", | |
| "Read(./.env.*)" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment