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
|
@ -222799,12 +222799,6 @@ Talent Not Included:
|
||||||
steam:
|
steam:
|
||||||
id: 485260
|
id: 485260
|
||||||
Tales:
|
Tales:
|
||||||
files:
|
|
||||||
<home>/Saved Games:
|
|
||||||
tags:
|
|
||||||
- save
|
|
||||||
when:
|
|
||||||
- os: windows
|
|
||||||
installDir:
|
installDir:
|
||||||
Tales: {}
|
Tales: {}
|
||||||
steam:
|
steam:
|
||||||
|
|
|
@ -29377,6 +29377,7 @@
|
||||||
* [Tale of Wuxia](https://www.pcgamingwiki.com/wiki/?curid=43340)
|
* [Tale of Wuxia](https://www.pcgamingwiki.com/wiki/?curid=43340)
|
||||||
* [Tale of Wuxia: The Pre-Sequel](https://www.pcgamingwiki.com/wiki/?curid=67841)
|
* [Tale of Wuxia: The Pre-Sequel](https://www.pcgamingwiki.com/wiki/?curid=67841)
|
||||||
* [Talent Not Included](https://www.pcgamingwiki.com/wiki/?curid=36624)
|
* [Talent Not Included](https://www.pcgamingwiki.com/wiki/?curid=36624)
|
||||||
|
* [Tales](https://www.pcgamingwiki.com/wiki/?curid=52113)
|
||||||
* [Tales Across Time](https://www.pcgamingwiki.com/wiki/?curid=43550)
|
* [Tales Across Time](https://www.pcgamingwiki.com/wiki/?curid=43550)
|
||||||
* [Tales From Galaxy 34](https://www.pcgamingwiki.com/wiki/?curid=124470)
|
* [Tales From Galaxy 34](https://www.pcgamingwiki.com/wiki/?curid=124470)
|
||||||
* [Tales from Off-Peak City Vol. 1](https://www.pcgamingwiki.com/wiki/?curid=151335)
|
* [Tales from Off-Peak City Vol. 1](https://www.pcgamingwiki.com/wiki/?curid=151335)
|
||||||
|
|
|
@ -107071,6 +107071,7 @@ Talent Not Included:
|
||||||
Tales:
|
Tales:
|
||||||
pageId: 52113
|
pageId: 52113
|
||||||
revId: 872488
|
revId: 872488
|
||||||
|
tooBroad: true
|
||||||
Tales Across Time:
|
Tales Across Time:
|
||||||
pageId: 43550
|
pageId: 43550
|
||||||
revId: 872489
|
revId: 872489
|
||||||
|
|
|
@ -249,6 +249,7 @@ function pathIsTooBroad(path: string): boolean {
|
||||||
// as likely false positives.
|
// as likely false positives.
|
||||||
if ([
|
if ([
|
||||||
"<home>/Documents",
|
"<home>/Documents",
|
||||||
|
"<home>/Saved Games",
|
||||||
"<root>/config",
|
"<root>/config",
|
||||||
"<winDir>/win.ini",
|
"<winDir>/win.ini",
|
||||||
].includes(path)) {
|
].includes(path)) {
|
||||||
|
|
Reference in a new issue