From ce75a85a808725486a440f5611ad9e90426b1300 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 18 Mar 2017 13:21:50 -0700 Subject: [PATCH] Add global.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d0665501f..0a7eb1e4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ node_modules .build .nuget .r -.deps \ No newline at end of file +.deps +global.json \ No newline at end of file