hashly icon indicating copy to clipboard operation
hashly copied to clipboard

Apply exclude filters in file-system-util.recurseDirSync

Open labaneilers opened this issue 11 years ago • 0 comments

This would be faster, because we would skip recursion through hidden directories (i.e. .git, .svn), and would make debugging easier. We can also probably separate the file selection concern more cleanly from the file processing concern.

labaneilers avatar May 28 '14 19:05 labaneilers