This file contains hidden or 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
# All variables and this file are optional, if they are not present the PG and the | |
# makefiles will try to parse the correct values from the file system. | |
# | |
# Variables that specify exclusions can use % as a wildcard to specify that anything in | |
# that position will match. A partial path can also be specified to, for example, exclude | |
# a whole folder from the parsed paths from the file system | |
# | |
# Variables can be specified using = or += | |
# = will clear the contents of that variable both specified from the file or the ones parsed | |
# from the file system |
This file contains hidden or 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
# All variables and this file are optional, if they are not present the PG and the | |
# makefiles will try to parse the correct values from the file system. | |
# | |
# Variables that specify exclusions can use % as a wildcard to specify that anything in | |
# that position will match. A partial path can also be specified to, for example, exclude | |
# a whole folder from the parsed paths from the file system | |
# | |
# Variables can be specified using = or += | |
# = will clear the contents of that variable both specified from the file or the ones parsed | |
# from the file system |