From c21da374febe32957fa4a9aedd3e3f82f8dce0d2 Mon Sep 17 00:00:00 2001 From: Pavlos Tzianos Date: Tue, 30 Apr 2024 13:10:31 +0300 Subject: [PATCH] Ignore VSCode settings folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a195750a0..06da856ef 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__ **/node_modules/ bin .custom_image -tests/output \ No newline at end of file +tests/output +.vscode/