Created
August 9, 2012 11:58
-
-
Save rally25rs/3303605 to your computer and use it in GitHub Desktop.
.gitignore for .NET projects.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .gitignore for .NET projects | |
# Standard VS.NET | |
obj | |
bin | |
*.csproj.user | |
*.suo | |
*.cache | |
Thumbs.db | |
# ReSharper | |
*ReSharper* | |
*resharper* | |
# Telerik JustCode | |
.JustCode | |
# Other useful stuff | |
*.bak | |
*.cache | |
*.log | |
*.swp | |
*.user | |
_compareTemp | |
_notes | |
aspnet_client | |
httpd.parse.errors | |
# Office Temp Files | |
~$* | |
# build folder - for ILMerged output | |
build | |
build/* | |
# Results from MSTest | |
TestResults/ | |
# NuGet Package Restore | |
packages/* | |
!packages/repositories.config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment