From 7daf61c6bdf009d00d936e2c1248da5f50856c81 Mon Sep 17 00:00:00 2001 From: long237 <47699291+long237@users.noreply.github.com> Date: Wed, 15 Dec 2021 18:39:26 -0800 Subject: [PATCH] Ignore binary and debug folder --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cf0143..e1b4559 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,8 @@ Notes/ mono_crash.* # Build results -#[Dd]ebug/ -#[Dd]ebugPublic/ +[Dd]ebug/ +[Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ @@ -38,7 +38,7 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -#[Bb]in/ +[Bb]in/ [Oo]bj/ [Ll]og/