From 78face48d069ae53bc762f66790acf05fbfbb2f2 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Mon, 23 Nov 2015 16:10:23 -0800 Subject: [PATCH] Ignore `launchSettings.json` files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 304382499d..321d03f03c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ project.lock.json *DS_Store *.ncrunchsolution *.*sdf -*.ipch \ No newline at end of file +*.ipch +launchSettings.json \ No newline at end of file