From ebe2205e5d0bd62862c8b5601f2be4db6de099d7 Mon Sep 17 00:00:00 2001 From: hak8or Date: Sat, 17 Feb 2018 15:34:32 -0500 Subject: [PATCH] Updated gitingore for vscode --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe2..77713e8 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,7 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +i*.pyc + +# For Visual Studio Code +*/.vscode/