Include and Exclude Patterns: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
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''' | Select '''Next''' | ||
Revision as of 16:59, 1 September 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 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
Step 9: Optional Advanced Localyzer Settings
Step 1:Data Source Credential for the project
Creating a Globalyzer Project - Step 4: Globayzer Lite Definition File
Creating a Localyzer Project - Step 5: Which MT or TMS will Localyzer use
Step 6: What are the locales Localyzer is acting on?
Step 8: Set up optional include or exclude patterns