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


Our team has moved from Netbeans into Intelligence 9 Ultimate and needs to know how files / folders Should be excluded from control because they are not "workstation portable": they refer to references that exist only on a user's computer.

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

.aide / artifacts / * .idea / inspectionProfiles / * .idea / Copyright / * .idea / dataSources.ids .idea / dataSources.xml .idea / workspace.xml

However, it seems that to check the .iml files present in the root directory of each module.

I was basically checking into the entire .idea directory via the command line, which is clearly not known what should be "ignored" by Idea. Is the entire .EDIA directory generally ignored?

We have covered this question. The IDEA directory is the replacement for the old .pri (Idea Project) file, and if you want to share the project between users, then you should go to the .idea folder (with the exceptions mentioned in the FAQ) and all .iml files Have to share.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -