Disable intellij indexing on specific folder

前端 未结 4 597
轮回少年
轮回少年 2020-11-27 10:56

In my project I have .deploy folder which is created/updated when I deploy my app locally. Is it possible to disable indexing on that folder? Everything slows down whenever

4条回答
  •  死守一世寂寞
    2020-11-27 11:53

    Mark this folder as Excluded in the File | Project Structure | Modules | Sources tab.

    Edit: also make sure it's not added as a library in the project.

提交回复
热议问题