From 6b9e3985e0df3b26913ca50e0f4c7b2489caa356 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 2 Dec 2015 14:06:55 -0800 Subject: [PATCH] Ignore `launchSettings.json` files nit: reordered `.gitignore` file a bit by copying from another repo --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aba84927ed..0a64126978 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,14 @@ [Bb]in/ TestResults/ .nuget/ -.vs/ +*.sln.ide/ _ReSharper.*/ packages/ artifacts/ PublishProfiles/ +.vs/ +debugSettings.json +project.lock.json *.user *.suo *.cache @@ -25,5 +28,4 @@ nuget.exe *.*sdf *.ipch *.sln.ide -debugSettings.json -project.lock.json \ No newline at end of file +*launchSettings.json \ No newline at end of file