Skip to content

Instantly share code, notes, and snippets.

@cbadke
Created August 22, 2012 22:51
Show Gist options
  • Save cbadke/3430364 to your computer and use it in GitHub Desktop.
Save cbadke/3430364 to your computer and use it in GitHub Desktop.
c# git ignore
#ignore thumbnails created by windows
Thumbs.db
#ignore vim swap files
*.swp
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
[Bb]in
[Dd]ebug*/
*.lib
*.sbr
obj/
[Rr]elease*/
_ReSharper*/
*.dotCover
[Tt]est[Rr]esult*
*~
*.~*
results.xml
*.dbmdl
*output.config
*.crunch*.local.xml
*crunchproject*
*crunchsolution*
#NuGet
*/packages/
!nuget.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment