+1; searching an entire project and excluding a set of dirs by pattern is invaluable…
I have tried the following from another post. It does not work for me.
is this correct? should we be able to exclude dirs in this way?
CODE: SELECT ALL
.;-*.css;-CVS
Will search all files, skipping over .css files and skipping anything with CVS in the path
this does not do anything except search all files and all folders