Intellij Idea 9, what folders to check into (or not check into) source control?

Posted by Benju on Stack Overflow See other posts from Stack Overflow or by Benju
Published on 2010-06-14T21:40:26Z Indexed on 2010/06/15 0:42 UTC
Read the original article Hit count: 414

Filed under:

Our team has just moved from Netbeans to Intellij 9 Ultimate and need to know what files/folders should typically be excluded from source control as they are not "workstation portable" ie: they reference paths that only exist on one user's computer.

As far as I can tell Intellij wants to ignore most of the .idea project including

.idea/artifacts/* .idea/inspectionProfiles/* .idea/copyright/* .idea/dataSources.ids .idea/dataSources.xml .idea/workspace.xml

However it seems to want to check in the .iml files that exist in each module's root directory.

I originally checked in the entire .idea directory via the command line which is obviously not aware of what "should" be ignored by Idea. Is the entire .idea directory typically ignored?

© Stack Overflow or respective owner

Related posts about intellij-idea