Exclude another path that's too broad
This commit is contained in:
parent
9694e83692
commit
405599d18a
4 changed files with 3 additions and 6 deletions
|
@ -249,6 +249,7 @@ function pathIsTooBroad(path: string): boolean {
|
|||
// as likely false positives.
|
||||
if ([
|
||||
"<home>/Documents",
|
||||
"<home>/Saved Games",
|
||||
"<root>/config",
|
||||
"<winDir>/win.ini",
|
||||
].includes(path)) {
|
||||
|
|
Reference in a new issue