Include and Exclude Patterns: Difference between revisions
Jump to navigation
Jump to search
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..." |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:IncludeExcludePatterns]] | [[File:IncludeExcludePatterns.jpg|700px|center]] | ||
This is used to denote resource locations or to verify that other files are not mistaken for resource files. | 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: | For example: | ||
# If all the resource files are in a folder called <code>resources</code> then the Include | # If all the resource files are in a folder called <code>resources</code> then the '''Include Patterns''' 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 | # If there is a file such as <code>config.properties</code> which is not a resource file, then the '''Exclude Patterns''' would look like <code>**/config.properties</code> | ||
Select '''Next''' | |||
[[Optional Localyzer Settings|Step 9: Optional Advanced Localyzer Settings]] | |||
[[Resource File(s) Format |<== Back to Step 7: Resource file formats]] | |||
Latest revision as of 22:33, 13 September 2023

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