From ee064a2fb8d5e6167122477d5014beae509f92ed Mon Sep 17 00:00:00 2001
From: mailwl <mailwl@gmail.com>
Date: Thu, 19 Jul 2018 19:45:50 +0300
Subject: [PATCH] .gitignore: ignore autogenerated launchSettings.json (#292)

thanks to @Cyuubi
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 82d9719b59..123f46184d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -158,3 +158,6 @@ $RECYCLE.BIN/
 
 # Mac desktop service store files
 .DS_Store
+
+# VS Launch Settings
+launchSettings.json