IntelliJ IDEA not showing my module/project

stack man picture stack man · Nov 20, 2014 · Viewed 28.8k times · Source

Suddenly, IntelliJ IDEA is showing the following module view with a strange yellow colour in the background. I don't know how to get my module back, because it is not being shown: enter image description here

Do you know how can I see my project folder back?

Thanks

Answer

Tyler picture Tyler · Jun 4, 2018

This is way late, but deleting my .idea folder did the trick.

  1. Close IntelliJ
  2. cd <project-path>
  3. rm -rf .idea