Created
July 7, 2015 09:16
-
-
Save nathanchere/fb4bedef0b0195094c7a to your computer and use it in GitHub Desktop.
.gitignore for VS2015 / ASP.Net 5
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
# Build and binary folders | |
[Bb]in/ | |
[Oo]bj/ | |
[Dd]ebug/ | |
[Rr]elease/ | |
artifacts/ | |
bower_components/ | |
node_modules/ | |
!node_modules/.bin | |
# Visual Studio cruft | |
*.[Cc]ache | |
*.sln.cache | |
*.sln.docstates | |
*.suo | |
*.csproj.user | |
*.user | |
*.psess | |
*.vsp | |
*.vspx | |
_UpgradeReport_Files/ | |
Backup*/ | |
UpgradeLog*.XML | |
*.vspscc | |
*.vssscc | |
thumbs.db | |
*.DS_Store | |
csx | |
*.build.csdef | |
[Tt]est[Rr]esult*/ | |
_[Rr]e[Ss]harper*/ | |
*.[Rr]e[Ss]harper.user | |
*.ncrunch* | |
.*crunch*.local.xml | |
*.[Dd]ot[Ss]ettings | |
~$* | |
*.stresult | |
*.userprefs | |
*.pidb | |
*.Publish.xml | |
*.orig | |
*.[Tt][Mm][Pp] | |
*.temp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment