Hide all node-modules folders

General discussion related to "Everything".
Post Reply
csaller
Posts: 1
Joined: Tue Jan 12, 2021 6:43 pm

Hide all node-modules folders

Post by csaller »

Hi!
I'm trying to hide all "node-modules" and all subsequent folders from all of my directories, but I'm struggling with that.
I have a folder called "github", inside it are all my projects, and each project has a node-modules folder.

I tried to add *\node-modules\* to the Delete menu, but it didn't work
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: Hide all node-modules folders

Post by therube »

See if,
Options | Indexes | Exclude -> Add Filter...
*node-modules*
gets it working?
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Hide all node-modules folders

Post by NotNull »

- Go to Menu:Tools > Options > Indexes > Exclude
- Press the Add Filter button
- Type node-modules
- OK, OK
- Wait until Everything is done with reindexing (check the statusbar)

csaller wrote: Tue Jan 12, 2021 6:52 pm the Delete menu
Don't know what you mean by that?
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Hide all node-modules folders

Post by NotNull »

(I'm too late at the party .. :) )
Post Reply