2010-06-28

IntelliJ project metadata sharing practices

Since *.iws file stores your personal preferences, it should not be placed under version control. On the contrary, the project and module files (*.ipr and *.iml) store project-wide settings, and should be shared.
The files that store local settings (workspace.xml and tasks.xml), should not be placed under version control. All the other settings files should be shared.

0 comments: