From 8631250b9eb3ed7cb124105e49e73cef8f4026d6 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Thu, 13 Jul 2023 12:50:34 -0400 Subject: [PATCH] Ignore all apple hidden files --- app/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/.gitignore b/app/.gitignore index 8670ba1..13ba379 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,6 +1,6 @@ node_modules/* logs/* data/transfer*.json -.appleId -.applePwd -.appleIdentity \ No newline at end of file +.appleId* +.applePwd* +.appleIdentity*