exclude property

  1. @JsonKey.new(defaultValue: [])
List<String> exclude
final

Paths to exclude from hot reload. Can be absolute or relative to the location of revali.yaml. Directories exclude all files within.

Implementation

@JsonKey(defaultValue: [])
final List<String> exclude;