Skip to content

Instantly share code, notes, and snippets.

@shytikov
Created November 30, 2011 16:19
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 shytikov/1409663 to your computer and use it in GitHub Desktop.
Save shytikov/1409663 to your computer and use it in GitHub Desktop.
Default .gitignore file for C# projects
#ignore thumbnails created by windows
Thumbs.db
#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*/
*.ReSharper
*.ReSharper.user
[Tt]est[Rr]esult*
[bB]uild/
*.pidb
*.userprefs
*.swp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment