excludes property

List<FilterRule>? excludes
final

A list of filter rules that determines which files to exclude from a task. The list should contain a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example: "/folder1|/folder2"

Implementation

final List<FilterRule>? excludes;