What of Eclipse project .metadata can I safely ignore in Git/Mercurial?

后端 未结 5 1118
攒了一身酷
攒了一身酷 2021-01-30 03:36

We have the code for an Eclipse RCP application in an Eclipse workspace containing multiple Java projects. We are using Mercurial with a simple .hgignore just *.class (but the s

5条回答
  •  攒了一身酷
    2021-01-30 03:50

    The workspace metadata really shouldn't be kept in source control. The basic workspace configuration can be shared via a team project set.

提交回复
热议问题