fstream-ignore icon indicating copy to clipboard operation
fstream-ignore copied to clipboard

Results 2 fstream-ignore issues
Sort by recently updated
recently updated
newest added

Should fix #4, but I can't seem to get the tests to pass. I'm unsure if this is a bug in the way I implemented it, or a bug in...

review
needs-repro

This is currently possible, but the solution only works because `._stat()` will be called in the next tick: ``` js var Ignore = require('fstream-ignore'); var ignore = Ignore({ dir: '/path/to/read/files/from',...