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

前端 未结 11 2466
醉酒成梦
醉酒成梦 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:05

    Here's my TortoiseSVN global ignore:

    *.suo *.resharper *.sln bin obj *.user *.suo Debug Release *.pdb test.* _ReSharper*.* *.scc *.vssscc *.vspscc
    

    The last 3 help when you transition from Microsoft Visual SourceSafe.

提交回复
热议问题