Disable intellij indexing on specific folder

前端 未结 4 595
轮回少年
轮回少年 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条回答
  •  Happy的楠姐
    2020-11-27 11:54

    if you cannot do it throu the Modules menu because your intellij freezes (like in my case) edit .iml file of your projet and add excludeFolder line as below:

    
      
      
      
      
      
      
      
    
    

提交回复
热议问题