globby
globby copied to clipboard
Do not ignore pattern start with `./`
This PR fix 2 issues:
~~Issue 1: trim gitignore file content~~
Issue 2: pattern starts with ./
or ./
should not be ignored
foo
├── .gitignore ---> content: ./bar.js
└── bar.js ---> should not be ignored, but actually ignored by globby