manidlou / node-klaw-sync

Node.js recursive synchronous fast file system walker
MIT License
157 stars 10 forks source link

[WIP] remove ignore option, add filter option #2

Closed manidlou closed 7 years ago

manidlou commented 7 years ago

This should resolve #1.

The old algorithm was handling ignore option incorrectly. For instance, it wouldn't traverse subdirectories for some ignore patterns. New changes should fix the issue.

Also, added new feature filter option and more tests.