I tried (node_modules){0} that I hoped would eliminate all paths containing that text, didn't work.
_
How to search for nonmatch?
Moderators: Hacker, petermad, Stefan2, white
Search > Plugins > [X] Search in plugins
Regards
Dalai
Code: Select all
tc | path | !contains | <your_exclude_pattern_here>
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Actually excluding dirs with plugins is a quite bad idea since TC will still enumerate all files in these folders. It is much more efficient to exclude dirs in Search for field using pipe, e.g.:
(as in all other TC dialogs, F1 key works pretty fine BTW)
Code: Select all
* | node_modules\
You're right, didn't think of this exclude pipe thing.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror