Tuesday, August 18, 2015

Lesson 54: IntelliJ and Git file sharing

Here is what you need to share:
  • All the files under .idea directory in the project root 
  • All the .iml module files that can be located in different module directories (applies to IntelliJ IDEA)
  • Share the project .ipr file and all the .iml module files

You may consider not to share the following:

  • gradle.xml file
  • the workspace.xml and tasks.xml files which store user specific settings
  • XML files under .idea/libraries in case they are generated from Gradle project
  • the .iws file as it stores user specific settings

Compiled from:
https://intellij-support.jetbrains.com/hc/en-us/articles/206827587-How-to-manage-projects-under-Version-Control-Systems

No comments:

Post a Comment