git - eclipse intellij can use Github for same project -
is possible create 1 project in github, , 2 teams using different ide eclipse , intellij can configure project github , can work simultaneously on same project? have searched not able find proper solution it.
yes, can version:
- your .project , .classpath (eclipse)
- and your
.idea
folder (intellij)
and both set of ide-specific files ignore each others: 1 use eclipse settings without realizing there intellij idea project, , vice-versa.
Comments
Post a Comment