Prevent IntelliJ from adding iml files
Posted
by ripper234
on Stack Overflow
See other posts from Stack Overflow
or by ripper234
Published on 2010-05-25T10:42:45Z
Indexed on
2010/05/25
10:51 UTC
Read the original article
Hit count: 166
svn
|intellij-idea
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 source control. How can I prevent this?
I have "*.iml" in an "svn:ignore" property on the repository root, but it doesn't seem to prevent IntelliJ from adding the imls.
© Stack Overflow or respective owner