From a88774c136fd2d0e05ce1c84397d54842e2e6174 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Mon, 25 May 2020 09:59:52 -0700 Subject: [PATCH] Have Git ignore Visual Studio code files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 398bcbe..72d7fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ *.py[cod] # PIP stuff *.egg-info +# Visual studio code +.vscode \ No newline at end of file