Add support for checking `core.excludesfile` for ignore defaults
Does this not already happen? Just earlier I saw errors in my distribution folder and I fixed them just by adding distribution to my .gitignore
Does this not already happen? Just earlier I saw errors in my distribution folder and I fixed them just by adding
distributionto my .gitignore.
That's why I submitted this issue.
Best to link to what excludesfile is:
https://git-scm.com/docs/gitignore#_configuration
Should I add the global .gitignore support to the globby? Or just in XO?
Reading core.excludesfile from the git config may need a shell execution. However, it appears that globby does not yet have any child-process-related code.
@fregante @sindresorhus Could you give some suggestions about where we should implement this feature?