globby
globby copied to clipboard
Export `isIgnoredByIgnoreFiles` and `isIgnoredByIgnoreFilesSync` for some bottom level scene
I am developing a feature to dynamically monitor folder changes. There is a file similar to . gitignore that needs to determine whether it is ignored after the file adds. This requires the use of the underlying methods isIgnoredByIgnoreFiles or isIgnoredByIgnoreFilesSync that are not exposed.