From 153c229b7e8487799337c79e3eb13d536350a649 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 26 Jan 2016 15:18:29 -0800 Subject: [PATCH] Update .gitignore - ignore launchSettings.json in particular --- .gitignore | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f6e0c0716a..648eae61cf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file