A predicate function that, given an absolute file path, returns true if the file should be ignored, or false if the file should be kept. This does not use any of the default ignored files/directories listed for the ignore option.
path
true
false
A predicate function that, given an absolute file
path
, returnstrue
if the file should be ignored, orfalse
if the file should be kept. This does not use any of the default ignored files/directories listed for the ignore option.