From b24c9bac2d26e01aca50391260abd4dcca264ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 10 Jun 2025 14:55:27 +0200 Subject: [PATCH] Ignoring .vscode --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc95448..9c6a298 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .cache/ build/ +.vscode/ \ No newline at end of file