I am using Google Code to host my C # project. It has a solution with one class library and one test project. I am using Visual Studio 2010.
The client I use is TortoiseHG.
In Windows Explorer, I first cloned an empty folder and got the .hg files inside it to associate it with my hosted code. Now I created a new C # project and copied all the files to the folder with the root source code. I will work on this in the future.
When making decisions in my folder, there are many files and folders, and not all of them are code. Usually I just build and take out the EXE or DLL and never worry about other things. Now I feel that not all files and folders are important for source control.
I am really new to version control.
What files / folders should be included in the source control other than the code files themselves?
mercurial visual-studio-2010
anon355079
source share