tweak: make the .env reads ask user for permission instead of blocking

pull/6605/head
Aiden Cline 2026-01-12 15:32:43 -06:00
parent 64f0205f97
commit 0be37cc2c6
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ export namespace Agent {
// mirrors github.com/github/gitignore Node.gitignore pattern for .env files
read: {
"*": "allow",
"*.env": "deny",
"*.env.*": "deny",
"*.env": "ask",
"*.env.*": "ask",
"*.env.example": "allow",
},
})