Closed chuckdumont closed 3 years ago
I have the following .gitignore file:
**/* !README.md !.gitignore
Using the {gitignore:true} option and a pattern of **/*, I would expect globby to return everything except README.md and .gitignore, but README.md is included in the results.
{gitignore:true}
**/*
User error
I have the following .gitignore file:
Using the
{gitignore:true}
option and a pattern of**/*
, I would expect globby to return everything except README.md and .gitignore, but README.md is included in the results.