Include and Exclude Patterns: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
# If all the resource files are in a folder called <code>resources</code> then the '''Include Pattern''' would be <code>**/resources/**</code> | # If all the resource files are in a folder called <code>resources</code> then the '''Include Pattern''' would be <code>**/resources/**</code> | ||
# If there is a file such as <code>config.properties</code> which is not a resource file, then the '''Exclude Pattern''' would look like <code>**/config.properties</code> | # If there is a file such as <code>config.properties</code> which is not a resource file, then the '''Exclude Pattern''' would look like <code>**/config.properties</code> | ||
Select '''Next''' | |||
[[Optional Localyzer Settings|Step 9: Optional Advanced Localyzer Settings]] | |||
Revision as of 17:42, 31 August 2023

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
resourcesthen the Include Pattern would be**/resources/** - If there is a file such as
config.propertieswhich is not a resource file, then the Exclude Pattern would look like**/config.properties
Select Next