feat: plugin-fs 支持读取以 . 开头的目录和文件
This commit is contained in:
parent
540f9ba28f
commit
69ee6dfd4c
@ -15,6 +15,12 @@
|
||||
"allow": [
|
||||
{
|
||||
"path": "$HOME/**"
|
||||
},
|
||||
{
|
||||
"path": "$HOME/**/.*"
|
||||
},
|
||||
{
|
||||
"path": "$HOME/**/.*/**"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user