Weird stuff happen when I try this rule:
*.+ File to Exclude
*.+ Folder to Exclude
specific_file.txt Location to Include
It's probably worse because I copy that single file to a root folder (for example, c:\foo\bar\specific_file.txt to d:\). Anyway, it starts copying folders that are around this file. It copies them without their files though.
It seems to copy less folders with:
*.* File to Exclude
*.* Folder to Exclude
specific_file.txt Location to Include
But it's still bad.
Anyway, the preview shows those soon to be empty folders in red color with a "if needed" tooltip.