What to put under version control?

前端 未结 8 580
悲&欢浪女
悲&欢浪女 2020-12-01 12:43

Almost any IDE creates lots of files that have nothing to do with the application being developed, they are generated and mantained by the IDE so he knows how to build the a

8条回答
  •  粉色の甜心
    2020-12-01 13:19

    In my opinion it depends on the project and environment. In a company environment where everybody is using the same IDE it can make sense to add the IDE files to the repository. While this depends a bit on the IDE, as some include absolute paths to things.

    For a project which is developed in different environments it doesn't make sense and will be pain in the long run as the project files aren't maintained by all developers and make it harder to find "relevant" things.

提交回复
热议问题