Exclude subfolders from synchronization


In order to synchronize all files from base synchronization directories excluding all subfolders, simply set up a filter like this:

Include: *
Exclude: *\



This will exclude all objects within the two directories that end with a '\' character, which is interpreted as the end of a directory name.