tweak: make the .env reads ask user for permission instead of blocking
This commit is contained in:
parent
64f0205f97
commit
0be37cc2c6
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ export namespace Agent {
|
||||||
// mirrors github.com/github/gitignore Node.gitignore pattern for .env files
|
// mirrors github.com/github/gitignore Node.gitignore pattern for .env files
|
||||||
read: {
|
read: {
|
||||||
"*": "allow",
|
"*": "allow",
|
||||||
"*.env": "deny",
|
"*.env": "ask",
|
||||||
"*.env.*": "deny",
|
"*.env.*": "ask",
|
||||||
"*.env.example": "allow",
|
"*.env.example": "allow",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue