Should I commit files that are changed by Eclipse?

后端 未结 8 934

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:17

    What we've done is ignore these files, as they may mess up the workspace of others on the project.

    Ignoring them also makes your project cleaner, which I always like.

提交回复
热议问题