That should work even if all IDE-specific files are excluded, right?
a
arekolek
10/11/2018, 11:53 AM
I’m not sure what you mean by “but left
.iml
file”, also I can’t know what files were already checked in before modifying the
.gitignore
arekolek
10/11/2018, 11:54 AM
One way to check if your setup works would be to clone the repository to a new directory and try to open it. Simulate a new person joining the project
v
ValV
10/11/2018, 11:55 AM
Gotta try it...
ValV
10/16/2018, 11:59 PM
It works. One do not need any IDEA config files in repository with properly configured build system. IDEA imports its configs from the build system (at least for me it works with Maven)