shouldIgnore method

bool shouldIgnore(
  1. String path
)

Implementation

bool shouldIgnore(String path) {
  return _ignore?.ignores(path) ?? false;
}