Gerard
Gerard
Is there any progress on this? I am working on a fuzzy finder and I have noticed this would be great, not only for the possibility of doing this in...
I suspect that is checking each file inside .git and node_modules, am I wrong? If that is the case, performance wise, there could be better solutions.
I just checked, and doing this check before the enqueing of the dir will make it visibly faster.
Following this conversation, yesterday I raised a PR (https://github.com/oleics/node-filewalker/pull/14) to add the possibility to ignore folders. It doesn't use `matchRegExp` but maybe it would make sense to, since it could...