Skip to content

Instantly share code, notes, and snippets.

@srkirkland
Created June 18, 2012 21:15
Show Gist options
  • Save srkirkland/2950774 to your computer and use it in GitHub Desktop.
Save srkirkland/2950774 to your computer and use it in GitHub Desktop.
base git ignore file for .net projects
#ignore thumbnails created by windows
Thumbs.db
#Ignore files build by Visual Studio
Purchasing.Web/bin/*
*.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*/
[Tt]est[Rr]esult*
*.dbmdl
*.docstates
*.orig
!/Bin/
*.Publish.xml
*.ldf
*.mdf
#NuGet restore
packages/
!*NuGet.exe
#Don't store the secret info
AppSettings.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment