From 4f066eade55e19f71215f2a95a1a884f47672bf5 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sun, 22 Sep 2019 23:00:55 +0200 Subject: [PATCH] add .vscode/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7213d8e..30fa579 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ pip-delete-this-directory.txt # IDE stuff .idea/ +.vscode/