Hi, I'd like sync to skip any node_modules
, and Library
in any subfolder it finds. I've tried node_modules
, *\node_modules
, (.*)\node_modules
, etc, but none worked...
I've also tried to create an exclude pattern that would exclude all folders starting with a .
(i.e. dot dirs), except for certain ones, like .docker
, .vscode
, etc, but no luck with that either.
Are these possible in the Synchronize Exclude panel?