https://bugs.kde.org/show_bug.cgi?id=390932
Bug ID: 390932 Summary: Update default exclude filters Product: frameworks-baloo Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: baloo-bugs-n...@kde.org Reporter: cotko...@gmail.com Target Milestone: --- Checking the default exclude filters (https://github.com/KDE/baloo/blob/8f4638b42d40c851c9d934104796e111e559234b/src/file/fileexcludefilters.cpp) after seeing them in the ~/.config/baloofilerc I think they should be updated at least with (folders): node_modules/ .npm .yarn .yarn-cache bower_components there's a lot of us who use nodejs and those folders can contain tons and tons of files (bigger projects usually have node_modules > 1GB, especially now that facebook's react native became quite popular) which are completely needlessly scanned. Since you already have a list of code related folders in the default exclusion, I believe those should be added as well. -- You are receiving this mail because: You are watching all bug changes.