ignore property

List<String> ignore
final

Gitignore-style glob patterns excluded from template output.

Patterns must use POSIX-style forward slashes and are relative to the reference or target root. A leading / anchors to that root; Windows-absolute paths are rejected at load time.

Implementation

final List<String> ignore;