You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally repeatedly importing a project into intellij wouldn't result in any unbounded growth / minimal modifications. I don't really know if this is causing any problems per-se, just thought it was weird and wanted to write it down.
The text was updated successfully, but these errors were encountered:
What happened?
I'm trying to improve the IntelliJ integration and I just noticed this weird behaviour. A bulletproof way to reproduce it is:
.gitignore
file so that git tracks IntelliJ's files:git clean -xdf
and then commit everything.Reload All Gradle Projects
button as much as you like:If you look at your git diff, you'll see the
.idea/checkstyle-idea.xml
file is just growing and growing:What did you want to happen?
Ideally repeatedly importing a project into intellij wouldn't result in any unbounded growth / minimal modifications. I don't really know if this is causing any problems per-se, just thought it was weird and wanted to write it down.
The text was updated successfully, but these errors were encountered: