Best practices for Subversion and Visual Studio projects

前端 未结 7 1582
花落未央
花落未央 2020-12-02 04:57

I\'ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that\'s bui

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 05:40

    I would manually include all files that I think I shouldn't version control.

    My global ignore pattern is:

    .dll .pdb .exe .cache .webinfo .snk bin obj debug _Resharper .user resharper

提交回复
热议问题