From 31cd9ae720cc974d44e4b65e7c32974a0be087c4 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Thu, 16 Feb 2023 16:21:15 -0800 Subject: [PATCH] updated to reflect folders instead of names --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c868972..04e75b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store -build -xcuserdata *.out *.pch *.mxo +xcuserdata/ +build/ -- 2.34.1