From 93016c602ad8a89e9cd37f74b1f9589370e3d30e Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Fri, 29 Dec 2017 16:39:32 -0800 Subject: [PATCH] Add .vscode to the .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ec975e873c..22d237f27e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ nuget.exe *.sln.ide project.lock.json .vs +.vscode .build/ .testPublish/ global.json