I only want to include a couple of folders and their content in Everything.
I set up an include rule that just includes "C:\Test"
Now i want to exclude all folders that start with a dot, so i set up an exclude rule like ".*"
Still, Everything includes all these folders and files. I tried other exclude rules like "*.jpg" - none of them seem to work, if i have include rules before them.
any advice?
Mixing include and exclude rules
Re: Mixing include and exclude rules
The excluding system in 1.2 is terrible.
You can try to use the following exclude filter:
Type: Exclude
Filter:
Apply to: Files and folders.
This will exclude all folders that start with .
However, it will also exclude files starting with .
You might like to try the latest beta.
You can exclude folders that start with . by added the following exclude folder filter:
You can try to use the following exclude filter:
Type: Exclude
Filter:
Code: Select all
*\.*
This will exclude all folders that start with .
However, it will also exclude files starting with .
You might like to try the latest beta.
You can exclude folders that start with . by added the following exclude folder filter:
Code: Select all
.*