Using Visual Studio with Git
.NET
Visual Studio brings in lots of files and folders that don't belong in a checked in repository.
Here's a good gitignore file for Visual Studio projects:
# This works in Visual Studio projects
# to ignore most VS generated output.
# NOTE: It does not work...