You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing gitignore: true will still recurse into all directories, for example node_modules, because the search for the gitignore files and the glob search itself are done concurrently, the found ignore patterns are not used in the glob search