My .gitignore file for .NET Development
When you create a git repository a gitignore file is created. A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected. If you are using Github like me, you will find that there is no default gitignore for a C# project. So …