Created
August 30, 2011 20:20
-
-
Save WooCode/1181909 to your computer and use it in GitHub Desktop.
.gitignore for visualstudio & resharper.
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 | |
ipch/ | |
[Oo]bj/ | |
[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 | |
~$* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment