From 2c6a367adfbcaab92cf9a93ddb7a199a360e3879 Mon Sep 17 00:00:00 2001 From: Abhorrent_Anger Date: Tue, 29 Oct 2019 11:08:30 +0200 Subject: [PATCH] Added vscode to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e61bca2..413c2be 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,5 @@ dmypy.json # Pyre type checker .pyre/ +# VSCode +.vscode/ \ No newline at end of file