From 8e7d853bf9a551372a7ff77afda5457b613f97a7 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Tue, 21 Mar 2017 12:40:43 -0700 Subject: [PATCH] Add global.json to git ignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c48a48699..17bbb1698a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,5 @@ project.lock.json *.ipch .build/ .vs/ -launchSettings.json \ No newline at end of file +launchSettings.json +global.json \ No newline at end of file