Last week I was working on a Java EE project with IntelliJ IDE.
Today: As I started up my IntelliJ 2016.1 and it gave me the error:
Error Loading Project
Cannot load module FirstWebApp
As I looked at the details it said it could not find my FirstWebApp.iml file and so could not load my project.
I checked out my project structure in the Explorer and everything except the iml file were there. I also looked at the Recycle Bin but I couldn't find it there as well.
How can such a file just disappear?
How can I get my iml file back if its possible?
What do these iml files do?
I'm new in the Java World. If more information is needed just comment! :)
git
, configure agitignore
so these files will not be pushed – Yacketyyak