Skip to content

Instantly share code, notes, and snippets.

View fartbagxp's full-sized avatar

fartbagxp fartbagxp

  • Some type of engineering
  • Virginia
View GitHub Profile
@fartbagxp
fartbagxp / claude.json
Created November 16, 2025 01:16
Claude setting template in .claude/claude.json to ignore reading environment variables
{
"permissions": {
"deny": [
"Read(./.env)",
"Read(./.env.*)"
]
}
}