#5: Mark 'My Games' as too broad
This commit is contained in:
parent
14355bc1fb
commit
7f0f4f3b45
4 changed files with 4 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue