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

前端 未结 11 2482
醉酒成梦
醉酒成梦 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条回答
  •  萌比男神i
    2020-12-22 18:05

    I would also not check in the .SDF file. It's large and Visual Studio will recreate it if it is missing. It is a database used for Intellisense as far as I know.

提交回复
热议问题