Prevent IntelliJ from adding iml files

前端 未结 7 985
盖世英雄少女心
盖世英雄少女心 2021-01-01 09:39

I\'m working with Maven pom files, and I don\'t wish to source control iml files. When I open a project, IntelliJ seems to add some of the iml files it creates to the SVN so

7条回答
  •  萌比男神i
    2021-01-01 10:07

    Configure IntelliJ to not add files automatically to subversion.

    In IntelliJ 6, this configuration is on Settings > Version Control > General Settings:


    File Creation/Deletion

    When files are created with IDEA:

    [x] Show options before adding to version control

提交回复
热议问题