RubyMine generates some files in the .idea directory. In one of my projects I see:
- *project_name*.iml
- encodings.xml
- misc.xml
- modules.xml
- vcs.xml
- workspace.xml
Which should I commit to the version control system and which shouldn't?
|
RubyMine generates some files in the .idea directory. In one of my projects I see:
Which should I commit to the version control system and which shouldn't? |
||||
|
|
|
As stated on http://www.jetbrains.net/devnet/docs/DOC-1192:
|
||||
|
|
For RubyMine, it may be preferable not to share the project files at all, because much more of the stuff is configured automatically based on your local settings (like the gems that you have installed locally). |
||||
|
|