Created
January 14, 2012 10:49
-
-
Save thinktainer/1610951 to your computer and use it in GitHub Desktop.
Visual Studio gitignore file
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
#OS junk files | |
[Tt]humbs.db | |
*.DS_Store | |
#Visual Studio files | |
*.[Oo]bj | |
*.user | |
*.aps | |
*.pch | |
*.vspscc | |
*.vssscc | |
*_i.c | |
*_p.c | |
*.ncb | |
*.suo | |
*.tlb | |
*.tlh | |
*.bak | |
*.[Cc]ache | |
*.ilk | |
*.log | |
*.lib | |
*.sbr | |
*.sdf | |
*.opensdf | |
*.unsuccessfulbuild | |
ipch/ | |
obj/ | |
[Bb]in | |
[Dd]ebug*/ | |
[Rr]elease*/ | |
Ankh.NoLoad | |
#Tooling | |
_ReSharper*/ | |
*.resharper | |
[Tt]est[Rr]esult* | |
#Project files | |
[Bb]uild/ | |
#Subversion files | |
.svn | |
# Office Temp Files | |
~$* | |
#NuGet | |
packages/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment