Re: Adding Visual Studio .sln file to Source control?
Posted on 2016-09-08, 03:17
And if you want to know safe files to ignore with Visual Studio: https://www.gitignore.io/ There is a gitignore gen that generates a list of known redundant files for Visual Studio as well as many other things. This also stops those files from being merged/added by mistake to your source code tree …