From 2e220a013bd11a9c80e04baad6ab63062b349573 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 17 Mar 2017 16:40:18 -0700 Subject: [PATCH] Add global.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7e5a51945b..2630de91b6 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ node_modules *launchSettings.json *.orig .vscode/ +global.json