#24: Filter out more Telltale variants that are too broad
This commit is contained in:
parent
17c7d05a5d
commit
4d10900c3b
3 changed files with 3 additions and 6 deletions
|
@ -357,9 +357,11 @@ export function pathIsTooBroad(path: string): boolean {
|
|||
"<home>/Documents/My Games",
|
||||
"<home>/Library/Application Support",
|
||||
"<home>/Library/Preferences",
|
||||
"<home>/Telltale Games",
|
||||
"<root>/config",
|
||||
"<winDir>/win.ini",
|
||||
"<winDocuments>/My Games",
|
||||
"<winDocuments>/Telltale Games",
|
||||
].includes(path)) {
|
||||
return true;
|
||||
}
|
||||
|
|
Reference in a new issue