excludes
val excludes: MutableList<(String) -> Boolean>
Path predicates to be excluded. By default WEB-INF directory is excluded.
A path provided to a predicate is always slash-separated (/
).
val excludes: MutableList<(String) -> Boolean>
Path predicates to be excluded. By default WEB-INF directory is excluded.
A path provided to a predicate is always slash-separated (/
).