Update .gitignore

- ignore launchSettings.json in particular
This commit is contained in:
Doug Bunting 2016-01-26 15:18:29 -08:00
parent 70d674410e
commit 153c229b7e
1 changed files with 11 additions and 6 deletions

17
.gitignore vendored
View File

@ -2,21 +2,23 @@
[Bb]in/
TestResults/
.nuget/
.build/
.testPublish/
*.sln.ide/
_ReSharper.*/
packages/
artifacts/
.build/
PublishProfiles/
.vs/
bower_components/
node_modules/
**/wwwroot/lib/
debugSettings.json
project.lock.json
*.user
*.suo
*.cache
*.docstates
_ReSharper.*
nuget.exe
project.lock.json
*net45.csproj
*net451.csproj
*k10.csproj
@ -28,5 +30,8 @@ project.lock.json
*.ncrunchsolution
*.*sdf
*.ipch
.build/
/.vs/
.settings
*.sln.ide
node_modules
**/[Cc]ompiler/[Rr]esources/**/*.js
*launchSettings.json