Git Extensions for Visual Studio and .gitignore

I have been using Git extensions with Visual Studio 2015 for a while.  I started a new .NET Core sample project recently, set it up with Visual Studio and did a few checks ins.  Then I wanted to exclude wwwroot folder, so I added it to the .gitignore file.  However, the files from that folder …

Continue reading ‘Git Extensions for Visual Studio and .gitignore’ »