defaultIgnoreRules constant

List<String> const defaultIgnoreRules

Implementation

static const List<String> defaultIgnoreRules = [
  '.**',
];