How do I exclude folders that begin with a dot, or period, from being indexed?
For example, I want to exclude all folders named ".hg" and ".metadata" and ".this" and ".that" when Everything scans my drive.
All obvious filter entries don't seem to work.
Thanks
Exclude folders that begin with "." from index
Re: Exclude folders that begin with "." from index
on my machine, this seems to do the job:
folder: \.
folder: \.
Re: Exclude folders that begin with "." from index
Hmm,
That does not appear to work.
I created an Exclude rule "\." for folders only.
".this" and ".that" folders are still being indexed.
Anything else?
That does not appear to work.
I created an Exclude rule "\." for folders only.
".this" and ".that" folders are still being indexed.
Anything else?
Re: Exclude folders that begin with "." from index
exclude
filter .*
folders only
filter .*
folders only