10 lines
214 B
YAML
10 lines
214 B
YAML
#
|
|
# each item in the list is a java.util.regex.Pattern - no need to use wildcards etc but those are supported out of the box
|
|
#
|
|
|
|
required:
|
|
.*/required/.*
|
|
on-demand:
|
|
.*/ondemand/.*
|
|
background:
|
|
.*/background/.*
|