From 200cc10f3290ae28b0443dc671e3bd5133218caf Mon Sep 17 00:00:00 2001 From: Valentin Sasek Date: Wed, 25 Nov 2020 20:52:18 +0200 Subject: [PATCH] removed settings file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98db96f..c2dcd31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode *.pyc -*.pyo \ No newline at end of file +*.pyo +settings.json \ No newline at end of file