mercurial - PyCharm and source control, the .idea directory, commit or not commit, that is the question -
i started new pycharm project , want version mercurial.
there .idea directory in project directory following files (and assumption whether version them or not)
- .name - contains name of project (version: yes)
- encodings.xml - contains defaults(?) text file encoding (version: yes)
- misc.xml - contains components, , python executable use (version: no - because hard-codes path python.exe)
- modules.xml - contains list of modules, name of project in them (version: yes)
- projectname.iml (version: yes)
- vcs.xml - specifies vcs use (version: yes
- workspace.xml - seems list layout information pycharm windows (version: no)
are assumptions correct?
all files except workspace.xml should shared, see faq.
Comments
Post a Comment