You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a folder structure that includes the following folders at the same level:
Applications
es
pl
ru
runtimes
I would like to exclude the pl, ru, & es folders, but keep the Applications & runtimes folders. I have tried using Folder exclude & Absolute Folder Exclude (Simple Type) rule, but since the Simple Type matches anywhere in the path, it also matches the folders I want to keep. I also tried using the Regex Type with the following patterns to hopefully match an exact folder name, with no success:
\pl\
\Wpl\W
No matter what I try to include the shorter folder names, it always winds up excluding the longer folder names that contain the shorter names.
The text was updated successfully, but these errors were encountered:
This issue is regarding the Sync functionality.
I have a folder structure that includes the following folders at the same level:
I would like to exclude the pl, ru, & es folders, but keep the Applications & runtimes folders. I have tried using Folder exclude & Absolute Folder Exclude (Simple Type) rule, but since the Simple Type matches anywhere in the path, it also matches the folders I want to keep. I also tried using the Regex Type with the following patterns to hopefully match an exact folder name, with no success:
No matter what I try to include the shorter folder names, it always winds up excluding the longer folder names that contain the shorter names.
The text was updated successfully, but these errors were encountered: