Hi. Whenever I open idea, it changes the .idea/misc.xml file by adding this:
+ <component name="FrameworkDetectionExcludesConfiguration">
+ <file type="web" url="file://$PROJECT_DIR$" />
+ </component>
I then go 'Open module settings' -> Facets -> and delete 'web' from 'exclude from detection'. Then I do a 'Refresh all Gradle projects' in the Gradle tab and I do git status, misc.xml changed again! I'm loosing years of my life over this.
What should I do about it? What triggers this strange behavior?
My project is a root project with 3 submodules.