Which files in a Visual C# Studio project don't need to be versioned?

前端 未结 11 1111

I\'m new to Visual C# Studio (actually using the Express edition, but another developer is using the full version), and we are using version control (svn).

It\'s acc

11条回答
  •  孤城傲影
    2020-11-30 01:40

    I leave out the Visual Studio Solution User Options file (*.suo) and the binaries directories as they get recompiled everytime you build your solution (the bin and obj folders).

提交回复
热议问题