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

前端 未结 11 1081

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:37

    Check this out - type visualstudio amd you will have a .gitignore file generated for you, also you can concatenate multiple languages/ide' ignore files together if you have a solution which contains multiple languages.

提交回复
热议问题