Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add .iml file to fix busted intellij module #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DetachHead
Copy link

because the .idea/modules.xml file is committed, the .iml file it refers to needs to alos be committed, otherwise the project folders get hidden:

image

more info: https://youtrack.jetbrains.com/issue/IDEA-281089/directories-not-visible-in-project-view-when-iml-file-cant-be-found

@thosakwe
Copy link
Collaborator

Run git rm -r --cached .idea/ to get rid of all the IDE files

@DetachHead
Copy link
Author

@thosakwe the issue is that some of the files in .idea have been committed but the .iml file wasn't. adding the .iml file would fix the issue as well, but would you rather i just delete all of them instead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants