update gitignore

This commit is contained in:
Ryan Nowak 2015-12-16 12:38:21 -08:00
parent 3280ff6ac5
commit ea43ce1bb7
1 changed files with 10 additions and 2 deletions

12
.gitignore vendored
View File

@ -8,13 +8,17 @@ packages/
artifacts/ artifacts/
PublishProfiles/ PublishProfiles/
.vs/ .vs/
bower_components/
node_modules/
**/wwwroot/lib/
debugSettings.json
project.lock.json
*.user *.user
*.suo *.suo
*.cache *.cache
*.docstates *.docstates
_ReSharper.* _ReSharper.*
nuget.exe nuget.exe
project.lock.json
*net45.csproj *net45.csproj
*net451.csproj *net451.csproj
*k10.csproj *k10.csproj
@ -26,4 +30,8 @@ project.lock.json
*.ncrunchsolution *.ncrunchsolution
*.*sdf *.*sdf
*.ipch *.ipch
launchSettings.json .settings
*.sln.ide
node_modules
**/[Cc]ompiler/[Rr]esources/**/*.js
*launchSettings.json