From b310fba7a60812a254fb634e0d629de942ac08d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Sun, 2 Apr 2023 22:03:22 +0200 Subject: [PATCH] Ignoring new folders' obj/ and bin/ --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3bd6e85..0200f14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -Password\ Manager/bin -Password\ Manager/obj +GUI/bin +GUI/obj +Common/bin +Common/bin +CLI/obj +CLI/obj .vs/ Password\ Manager/PasswordManagerForm.resx