From a1b32f240290165561cb20edc497e0ebd9e4d9c5 Mon Sep 17 00:00:00 2001 From: Thyme1 Date: Tue, 28 Dec 2021 20:21:07 +0100 Subject: [PATCH] update gitignore to remove debug folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 013c096..8c4dc1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vs/* -Debug/* \ No newline at end of file +/Debug/ +grafika_projekt/Debug/ \ No newline at end of file