Quote:
Originally Posted by gogu1904
It's a regular expression syntax. Your sequence is correct not to work the way you expect. Try the following:
ExcludeSyncFolders=(\\.(?!kobo|adobe).+|Manga.+|([^.][^/]*/)+\\..+)
This should ignore /Manga .
|
Awesome thankyou
Will this work for Documents/Manga?
ExcludeSyncFolders=(\\.(?!kobo|adobe).+| Documents/Manga.+|([^.][^/]*/)+\\..+)