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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -