Running 1.4.1.895 Everything on Windows 10 64bit
I want to exclude all folder matching a pattern such as ".metadata", or ".plugins" from my index.
I can see in the Tools->Options Everything Options dialog there is a tab labeled "Indexes->Exclude"
I can select individual folders and add them to the "Exclude folders" such as:
Code: Select all
C:\foo\.metadata\... thousands of temp files
C:\foobar\.metadata\... thousands of temp files
C:\bar\.metadata\... thousands of temp files
I can exclude files with a pattern like:
Code: Select all
*.class;*.java;*.foo;*.bar
For example, say
Code: Select all
\*.metadata\;\*.plugins\;..