globby icon indicating copy to clipboard operation
globby copied to clipboard

Do not ignore pattern start with `./`

Open zanminkian opened this issue 9 months ago • 2 comments

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

zanminkian avatar May 14 '24 04:05 zanminkian