It would be convenient to be able to exclude dirs in the new find-in-files panel (the same way as excluding patterns works with a “-”). This is coming up where we have a dir structure like the following:
/root/liba
/root/libb
...
/root/libn
/root/thirdpartylibs/... # massive source tree here
And it would be nice if we could search in “/root,-/root/thirdpartylibs”, as opposed to “/root/liba,/root/libb,…,/root/libn”.
John