From 56c9a5ebc6028ec367a4b501dcbee0ed79508864 Mon Sep 17 00:00:00 2001 From: Markus Bauer Date: Sat, 15 May 2021 17:54:36 +0200 Subject: [PATCH] Add VS Code to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6246aa..11754fd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -166,3 +167,5 @@ dmypy.json # Cython debug symbols cython_debug/ +#VS Code +.vscode