Post #2580028
2026-05-15 15:28 UTC
#TIL if you're a #WebDev on #Linux you might want to put a `.nomedia` file in your project folders.
GNOME's system-wide search will index project folders in your home directory. This includes nodes_modules/ and it wastes a lot of CPU time indexing those folders. The `.nomedia` file tells it not to index whatever folder that file is in.
I noticed this in the “Resources” app when I had it sort by “Total CPU Time.”
Replies (0)
No replies.