Fix disallowed directories
This commit is contained in:
parent
6d6b7a2154
commit
daa1bac3e6
|
|
@ -25,6 +25,9 @@
|
|||
},
|
||||
{
|
||||
"path": "$DESKTOP/*"
|
||||
},
|
||||
{
|
||||
"path": "**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -42,6 +45,9 @@
|
|||
},
|
||||
{
|
||||
"path": "$DESKTOP/*"
|
||||
},
|
||||
{
|
||||
"path": "**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -59,6 +65,9 @@
|
|||
},
|
||||
{
|
||||
"path": "$DESKTOP/*"
|
||||
},
|
||||
{
|
||||
"path": "**/*"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue