### Environment * OS Version: MacOS 10.13.6 * Electron: 3.0.4 * fast-glob:2.2.3 ### Actual behavior ```glob(['/user/abc/**/*.png'],{dot:true})``` cannot match `..png` file ### Expected behavior should match `..png`file