Should I commit files that are changed by Eclipse?

后端 未结 8 938

I inherited a Java project in the form of an Eclipse project. After changing the Tomcat configuration (from v6 to v7), Subclipse prompted me to commit the following files:

8条回答
  •  耶瑟儿~
    2021-01-05 04:19

    These files can contain environment specific paths so I would suggest not checking them in. On my current project we use ant scripts to create the project and do the initial checkout of all our code.

提交回复
热议问题