#5: Mark 'My Games' as too broad

This commit is contained in:
mtkennerly 2021-11-14 08:50:18 -05:00
parent 14355bc1fb
commit 7f0f4f3b45
4 changed files with 4 additions and 7 deletions

View file

@ -337,6 +337,8 @@ export function pathIsTooBroad(path: string): boolean {
"<home>/AppData/Local/Packages",
"<home>/AppData/LocalLow",
"<home>/AppData/Roaming",
"<home>/Documents/My Games",
"<winDocuments>/My Games",
].includes(path)) {
return true;
}