Read ignore patterns from the .nomonicignore file in the given directory.
.nomonicignore
Returns an empty array if the file does not exist. Lines starting with # are treated as comments and stripped, and blank lines are discarded.
#
Working directory to look for .nomonicignore (defaults to process.cwd()).
process.cwd()
An array of glob pattern strings.
Read ignore patterns from the
.nomonicignorefile in the given directory.Returns an empty array if the file does not exist. Lines starting with
#are treated as comments and stripped, and blank lines are discarded.