sindresorhus / globby

User-friendly glob matching
MIT License
2.49k stars 126 forks source link

can GitignoreOptions add fields supported by fastGlob #266

Open english943 opened 2 months ago

english943 commented 2 months ago

image

if cwd contains a directory which we does not have permission to access, isGitIgnored will throw exception

can GitignoreOptions add those parameters supported by fastGlob below, then we can supress error

image image