Fix disallowed directories

This commit is contained in:
Skyler Lehmkuhl 2025-01-06 16:40:38 -05:00
parent 6d6b7a2154
commit daa1bac3e6
1 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,9 @@
},
{
"path": "$DESKTOP/*"
},
{
"path": "**/*"
}
]
},
@ -42,6 +45,9 @@
},
{
"path": "$DESKTOP/*"
},
{
"path": "**/*"
}
]
},
@ -59,6 +65,9 @@
},
{
"path": "$DESKTOP/*"
},
{
"path": "**/*"
}
]
},