All the project-specific settings for a project opened through Intellij IDE
are stored in the .idea folder.
The .idea folder (hidden on OS X) in the solution root contains
IntelliJ’s project-specific settings files. These include per-project
details such as VCS mapping and run and debug configurations, as well
as per-user details, such as currently open files, navigation history
and currently selected configuration.
So, if you are not able to see the project file structure in your Intellij IDE, just delete the .idea
folder,
rm -rf .idea
and reload the project, then after reload you'll be easily able to get your project structure displayed.