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

前端 未结 11 1084

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

    Just to add, anything that gets regenerated at build time, should be excluded. For example, files generated from the prebuild event or in some cases a custom tool.

提交回复
热议问题