From 383645acf5466e5996a4abafb569b60a1f3f6045 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Wed, 8 Dec 2021 17:00:18 -0800 Subject: [PATCH] Add .vscode directory to gitignore Signed-off-by: Alek Ratzloff --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d5f36ea..3e78ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ - -# Created by https://www.toptal.com/developers/gitignore/api/python,vim -# Edit at https://www.toptal.com/developers/gitignore?templates=python,vim +.vscode/ ### Python ### # Byte-compiled / optimized / DLL files