tweak: make the .env reads ask user for permission instead of blocking
This commit is contained in:
@@ -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",
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user