From 0805f1becf080abd676aeccac5df3a6740633565 Mon Sep 17 00:00:00 2001 From: profitroll Date: Fri, 23 Sep 2022 13:54:48 +0200 Subject: [PATCH] Now ignoring .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eff8664..e8d6184 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,5 @@ test_all.py build.* cleanup.* publish.* -publish-release.* \ No newline at end of file +publish-release.* +.vscode \ No newline at end of file