From 0082f360021d33344b2a635bf938114e15c7e641 Mon Sep 17 00:00:00 2001 From: Michael Frey Date: Mon, 24 Jul 2017 09:20:05 -0400 Subject: [PATCH] Ignore Visual Studio Code directory. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f50ad217f3..fa417911e5 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ lms/lib/comment_client/python autodeploy.properties .ws_migrations_complete dist + +# Visual Studio Code +.vscode