hasIgnore property

bool hasIgnore
final

Check if the project .gitignore has an entry for the homebrew tap build folder

Implementation

static final bool hasIgnore = joinFile(
  projectDir,
  ['.gitignore'],
).readAsLinesSync().contains('$buildFolder/');