What should be committed to the repository in the eclipse workspace?

后端 未结 1 1667
死守一世寂寞
死守一世寂寞 2020-12-19 19:53

I have a eclipse installed to work with BIRT reports. What files in the workspace should be committed to the repository and what files should not?

相关标签:
1条回答
  • 2020-12-19 20:46

    Basically, any file able to help a developer checkout the repo and (almost) immediately open the project to work on it.
    That should include at least eclipse files like .project, .classpath, and some IDE settings.
    They might be some BIRT-specific settings as well.

    See also:

    • Do you keep your project files under version control?
    • When working with Eclipse, should I add the workspace to the source control?
    0 讨论(0)
提交回复
热议问题