I want to exclude folders: "node_modules" and ".git" that I already have on my computer or that will appear from indexing everything, how do I set this up?
I use 1.4.1.1009 (x64).
I use this pattern: *node_modules*;*\.git* — but seems it's doesn't work.
How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
-
haosmos
- Posts: 3
- Joined: Sat Aug 29, 2020 4:23 pm
How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
You do not have the required permissions to view the files attached to this post.
-
Mizufluffy
- Posts: 62
- Joined: Sun Jun 13, 2021 10:22 am
Re: How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
It might help if you added those filters each on their own line? Here's a simple example, tested in Everything 1.4:
The exclude filter in the options allows only excluding folders but there is this Temporary Excludes feature in Everything 1.5a that allows excluding files, folders or both:
You do not have the required permissions to view the files attached to this post.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
Not particularly sure, but (until someone says better) I think this will get you closer... ?
Add Filter...
Add Filter...
regex:\\node_modulesregex:\\\.git-
haosmos
- Posts: 3
- Joined: Sat Aug 29, 2020 4:23 pm
Re: How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
— Yes, it works, thank you very much!therube wrote: Tue Sep 14, 2021 4:06 pm Not particularly sure, but (until someone says better) I think this will get you closer... ?
Add Filter...
regex:\\node_modules
regex:\\\.git
Can you please tell me what recommendations you have for configuring indexing everything for the SSD drive?
-
haosmos
- Posts: 3
- Joined: Sat Aug 29, 2020 4:23 pm
Re: How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
— Yes, that works too, thank you very much!Mizufluffy wrote: Tue Sep 14, 2021 4:01 pm It might help if you added those filters each on their own line? Here's a simple example, tested in Everything 1.4:
Everything_Exclude_Filter.jpg
The exclude filter in the options allows only excluding folders but there is this Temporary Excludes feature in Everything 1.5a that allows excluding files, folders, or both:
Everything15a_TemporaryExcludes.jpg
Can you please tell me —«everything 1.5a» is stable? What is your experience with 1.5a? Or is it still too early a version to upgrade to it?
-
Mizufluffy
- Posts: 62
- Joined: Sun Jun 13, 2021 10:22 am
Re: How do I set up a pattern to exclude the "node_modules" and ".git" folders from being indexed?
In my personal experience with 1.5a it has been working well, and void has been fixing up quite quickly when they are being reported and there has been frequent updates since March 2021. I use 1.5a daily for my needs, and the only reason I keep 1.4 is to test or try how something works or compare it to 1.5a version, for example when I'm trying to help on the forum. 1.5a version some good features that are completely missing from 1.4 so for me it would be hard to downgrade and give up on those features. However, it is still an alpha version, not even beta, so if you'd rather use something stable then you might want to stick with 1.4 for now. For more details I'd recommend you to visit Everything 1.5 Alpha discussion on the forum if you are curious.haosmos wrote: Wed Sep 15, 2021 4:06 pm Can you please tell me —«everything 1.5a» is stable? What is your experience with 1.5a? Or is it still too early a version to upgrade to it?