From 9d040998f0e6752337ff91b4eb07b45cdb093a03 Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Mon, 22 Apr 2024 15:16:25 -0700 Subject: [PATCH] ignoring all .dSYM files correctly --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ff6170..f142166 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .build/ -.dSYM/ +*.dSYM/ *.app/ .DS_Store Entitlements.xcent \ No newline at end of file