is there a way to exclude folders from indexing by their name?
I want to ditch every `/build` folder and their content from indexing. It's a monorepo, adding every subfolder manually is really boring.
Is it possible to add folder name, not a path, as it's already done to `.tmp` and `temp` folder names?
Please sign in to leave a comment.
I recommend adding the
build
pattern to the Ignored Files and Folders list in Preferences | Editor | File Types.Please be aware that the ignored files will be completely excluded and will not be displayed in the Project explorer.