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

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -