In Visual Studio, while you are working on a project. Many files i.e. source files and visual studio generated files etc are present in the directory of project on your machine. If you want to use source control, there is always a good practice to commit only those files which are related to your project source files, not related to build the output of project. This means commit everything except for your \bin and \obj directories (and the files in them). output.
0 Comment(s)