Closed younho9 closed 3 years ago
What if /Users/younho9/repositories/*
contains some folder that you don't what to search? Is it possible to have exclude rules configured?
What if
/Users/younho9/repositories/*
contains some folder that you don't what to search? Is it possible to have exclude rules configured?
Then I think the whole wds
needs to be a glob pattern list to do so. like .gitignore
/Users/younho9/repositories/*
!/Users/younho9/repositories/excluded
Also, I would suggest output wds
list, not searching inside wds
. How about doing this?
Support glob pattern wds using already imported
fast-glob
library.Previously, to search inside directory I had to register with
wds
as follows:Now, I can reduce
wds
as follows.resolve #10