Skip to content

Instantly share code, notes, and snippets.

@rally25rs
Created August 9, 2012 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rally25rs/3303605 to your computer and use it in GitHub Desktop.
Save rally25rs/3303605 to your computer and use it in GitHub Desktop.
.gitignore for .NET projects.
# .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