Skip to content

Instantly share code, notes, and snippets.

@fartbagxp
Created November 16, 2025 01:16
Show Gist options
  • Select an option

  • Save fartbagxp/27d8de84a03a6bb19865b4499dad2c27 to your computer and use it in GitHub Desktop.

Select an option

Save fartbagxp/27d8de84a03a6bb19865b4499dad2c27 to your computer and use it in GitHub Desktop.
Claude setting template in .claude/claude.json to ignore reading environment variables
{
"permissions": {
"deny": [
"Read(./.env)",
"Read(./.env.*)"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment