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
it is a clear sign that something needs to be done with this file. IIRC, nowadays it is automatically regenerated by IntelliJ IDEA anyway, so it would be best to remove it and Git should ignore all *.iml files.
The text was updated successfully, but these errors were encountered:
Yep, the .idea directory and *.iml files should be deleted and put into .gitignore. We already have a Maven build, and as you say, IntelliJ uses that to automatically generate its own project files.
In my experience, having an existing IntelliJ project in the repo is actually less convenient, because then when you import the Maven build, the generated project files collide with the ones from the repo. At best you only get some unnecessary Git changes, at worst the resulting project behaves unexpectedly/wrong.
When I see the following:
kaitai_struct_gui/kaitai_struct_visualizer_java.iml
Lines 15 to 16 in ae342c4
it is a clear sign that something needs to be done with this file. IIRC, nowadays it is automatically regenerated by IntelliJ IDEA anyway, so it would be best to remove it and Git should ignore all
*.iml
files.The text was updated successfully, but these errors were encountered: