From 197a775f0d9bbf9726fcd772e9abd449a49a3786 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Tue, 8 Mar 2016 16:10:14 -0800 Subject: [PATCH] Add launchSettings.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5933c6864..6acc284439 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ nuget.exe project.lock.json runtimes/ .build/ -.testPublish/ \ No newline at end of file +.testPublish/ +launchSettings.json