When working with Eclipse, should I add the workspace to the source control?

前端 未结 6 1822
刺人心
刺人心 2020-12-15 10:06

I am the only developer on this project.

6条回答
  •  抹茶落季
    2020-12-15 10:56

    I would not add the complete workspace, but I would add the .classpath and .project files (as well as the source, of course) so that you can recreate the project if needbe.

提交回复
热议问题