I started a new PyCharm project and want to version it with Mercurial.
There is a .idea directory in the project directory with the following files (and my assumption about whether to version them or not)
Are my assumptions correct?
You shouldn't ignore the idea folder. you're supposed to commit almost all of it to the repo.
The . idea folder (hidden on OS X) in the solution root contains IntelliJ's project specific settings files. These include per-project details such as VCS mapping and run and debug configurations, as well as per-user details, such as currently open files, navigation history and currently selected configuration.
idea folder should be ignored, and if that's the case, it would automatically create a . gitignore file with the line . idea/ in it. But it didn't, so I assumed that I shouldn't ignore the .
If the people in your group working on PyCharm to write python code, PyCharm will create . idea folder to store different settings like interpreter path, etc.
All files except workspace.xml should be shared, see the FAQ.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With