Should I commit files that are changed by Eclipse?

后端 未结 8 879

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.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题