From 522b765dfa04eed60e363fcf59cb75dced0515b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= Date: Sat, 22 Jun 2019 17:42:23 +0200 Subject: [PATCH] Add .vscode to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9cf9760..67f9e82 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ syntax: glob *.pyc *.pyo __pycache__/ -*.*~ \ No newline at end of file +*.*~ +*~ +*# +.vscode