Include and Exclude Patterns
Revision as of 17:39, 31 August 2023 by Rdaly (talk | contribs) (Created page with " File:IncludeExcludePatterns This is used to denote resource locations or to verify that other files are not mistaken for resource files. For example: # If all the res...")
This is used to denote resource locations or to verify that other files are not mistaken for resource files.
For example:
- If all the resource files are in a folder called
resources
then the Include Pattern would be**/resources/**
- If there is a file such as
config.properties
which is not a resource file, then the Exclude Pattern would look like**/config.properties