Include and Exclude Patterns
Jump to navigation
Jump to search

This is used to denote resource locations or to verify that other files are not mistaken for resource files. To remove a directory from either the Include or Exclude patterns, hover over the respective row and select the red trash icon
For example:
- If all the resource files are in a folder called
resourcesthen the Include Patterns would be**/resources/** - If there is a file such as
config.propertieswhich is not a resource file, then the Exclude Patterns would look like**/config.properties
Select Next