Closed
Description
Environment
- OS Version: windows/linux
- Node.js Version: 8.15.0
Actual behavior
We have file directory/.dottedfile
pattern - {file.txt,noextension,directory/**/*}
On linux - file founded
On windows - no
Expected behavior
Founded on linux and windows, or provide documentation why it is doesn't work and/or how can be fixed
Steps to reproduce
Below
Code sample
fg(['{file.txt,noextension,directory/**/*}'], { dot: true }).then((entries) => console.log(entries));