From 2172d6b57506857b3e9a9346536ef65a35119f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 3 Oct 2023 09:34:29 +0200 Subject: [PATCH] Ignoring .vs folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index abbf1ab..eb6acfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Feladat.pdf obj bin +.vs