From 1ea03da9b6781102ba990e79978ce48e95e89763 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 10 Jan 2019 12:18:22 +0000 Subject: [PATCH] Add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a850d2fa..800be2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ *.pyc *.swp _rendered.rst +/.vscode/