From 1a343f8cba8de8875196911c6c71d844019468eb Mon Sep 17 00:00:00 2001 From: nab138 Date: Fri, 13 Feb 2026 09:35:54 -0500 Subject: [PATCH] add certs to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7b3aad1..a01f781 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ target -state.plist \ No newline at end of file +state.plist + +*.mobileprovision +*.pem \ No newline at end of file