From f6a9bb1d13c1cc486428f71cd602021cded8b92b Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 11 Nov 2015 12:12:16 -0800 Subject: [PATCH] Add `launchSettings.json` to `.gitignore`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a9bbc3a43..648eae61cf 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ nuget.exe *.sln.ide node_modules **/[Cc]ompiler/[Rr]esources/**/*.js +*launchSettings.json \ No newline at end of file