-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hidden app link ignored path rules
- I had the regex patterns in the $ignorePaths variable being escaped twice which made it not correctly detect the pattern. - Renamed the program files restrictive paths variable to be more descriptive. Also moved the placement of wildcards into declaration of the variable list so it's easier to see how it will be matched. - Renamed variable for paths to only search specific binary to be better to understand. Also moved placement of patterns into variable declaration - Added $ignorePathsRegex variable to also allow unescaped regex patterns to be used - Added Epic Games folder to list of paths to be more restrictive to avoid searching huge game directories
- Loading branch information
Showing
1 changed file
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters