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?

0
1 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.

0

Please sign in to leave a comment.