What Visual Studio files should be ignored by subversion to minimize conflicts?

前端 未结 11 2467
醉酒成梦
醉酒成梦 2020-12-22 17:35

I am supporting a number of .Net developers who are using Subversion to version control their work, but we have been running into a number of issues that seem to revolve aro

11条回答
  •  感情败类
    2020-12-22 18:01

    • bin and obj directories
    • *.user files (MyProject.csproj.user)
    • *.suo files

    Also, if you are using Visual Studio 2015 the .vs directory.

提交回复
热议问题