intellij IDEA gitignore some doubts
Answered
Looked around, did not get a conclusive answer as to should everything under .idea/ be ignored?
If not, how about:
1] libraries?
2] compiler.xml
3] misc.xml
How about the project file: project.iml ?
Please sign in to leave a comment.
Please see https://intellij-support.jetbrains.com/hc/articles/206544839.
Appreciate the prompt response!
There is a line there "XML files under .idea/libraries in case they are generated from Gradle project".
Now, if we use Maven, should we add to ignore?
Yes, if the project is generated from Maven, you can ignore the libraries as well.