How to exclude a file extension from IntelliJ IDEA search?

后端 未结 5 891
北荒
北荒 2020-12-12 18:31

Is there a way to exclude particular file extension from the results in IntelliJ IDEA\'s \"Find in Path\" dialog (invoked by CTRL + SHIFT +

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-12 19:14

    This would exclude all js, css and twig for example:

    !*.js, !*.css, !*.twig
    

提交回复
热议问题