From 4b0d70ecbea0c5cfbba92de42d0b41b203cde93b Mon Sep 17 00:00:00 2001 From: crossedfall Date: Tue, 28 May 2019 12:39:22 -0500 Subject: [PATCH] Slight change to gitignore for linux development --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3dd543b..b360572 100644 --- a/.gitignore +++ b/.gitignore @@ -104,4 +104,5 @@ venv.bak/ .mypy_cache/ # VsCode -.VsCode/ \ No newline at end of file +.VsCode/ +.vscode/ \ No newline at end of file