Difference between revisions of "Include and Exclude Patterns"

From Lingoport Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[File:IncludeExcludePatterns.jpg|700px|center]]
 
[[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 Pattern''' would be <code>**/resources/**</code>
+
# 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 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 Patterns''' would look like <code>**/config.properties</code>
   
 
Select '''Next'''
 
Select '''Next'''
Line 13: Line 13:
   
   
  +
[[Resource File(s) Format |<== Back to Step 7: Resource file formats]]
----
 
 
[[Step by Step Project Creation |Step 1:Data Source Credential for the project]]
 
 
[[Choose a Repository|Step 2:Choose a Repository]]
 
 
[[Name The Project and Type |Step 3: Name the Project]]
 
 
[[Creating a Globalyzer Project |Creating a Globalyzer Project - Step 4: Globayzer Lite Definition File]]
 
 
[[Creating a Localyzer Project| Creating a Localyzer Project - Step 5: Which MT or TMS will Localyzer use ]]
 
 
[[What are the Localyzer locales| Step 6: What are the locales Localyzer is acting on? ]]
 
 
[[Resource File(s) Format| Step 7: Resource file formats]]
 
 
[[Include and Exclude Patterns|Step 8: Set up optional include or exclude patterns]]
 
 
[[Optional Localyzer Settings|Step 9: Optional Advanced Localyzer Settings]]
 
 
[[Grant Users and Teams Access | Step 10: Grant Users and Teams Access]]
 

Latest revision as of 22:33, 13 September 2023

IncludeExcludePatterns.jpg

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:

  1. If all the resource files are in a folder called resources then the Include Patterns would be **/resources/**
  2. If there is a file such as config.properties which is not a resource file, then the Exclude Patterns would look like **/config.properties

Select Next

Step 9: Optional Advanced Localyzer Settings


<== Back to Step 7: Resource file formats