.idea directory and source control
I found a topic referring to a page which specified which .idea files are supposed to be under source control and which not. From what I understood only workspace.xml should be avoided. However, after reloading my 2.7.1 SDK to pick up some additional eggs, misc.xml also changed the path of <component name="ProjectRootManager"> for the python.exe location. At work it's on a different drive than at home.
So, is this an oversight about a mutable being in this file or should misc.xml not be under source control?
Please sign in to leave a comment.
http://youtrack.jetbrains.net/issue/PY-2856?projectKey=PY
Currently there seem to be overlapping responsibilities for PyCharm files. Check and upvote the above ticket, if solved your problem should just go away.
Thanks Alan, adding my upvote to it.