since it's not recommended to ignore the entire .idea folder in Android Studio most files in there are tracked by git. The strange thing however is that, after every launch, the same line is added to vcs.xml even if there are already dozens of them.
<mapping directory="$PROJECT_DIR$" vcs="Git" />
This gets old pretty quickly.
Is there a purpose for this behaviour or is it simply a bug? Further can Android Studio be prevented from doing such modifications when it is launched?
Thanks in advance.
Edit: Also ./idea/misc.xml constantly changes between JDK_1_7
and JDK_1_8
.