From 04dc3751d9029f598f0b37a4ea0427ed188ca660 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 14 Sep 2020 18:40:04 +0200 Subject: [PATCH] add .vscode to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed8ebf5..f7d5d75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -__pycache__ \ No newline at end of file +__pycache__ + +.vscode \ No newline at end of file