Include and Exclude Patterns: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
[[Resource File(s) Format |<== Back to Step 7: Resource file formats]] | |||
[[Resource File(s) Format| Step 7: Resource file formats | |||
Revision as of 19:47, 5 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