From bf1ac9111cf1f5ab71042df55b6d1b33a15f6256 Mon Sep 17 00:00:00 2001 From: Julia Kafarska Date: Sun, 21 Jun 2026 12:22:05 +0200 Subject: [PATCH] chore: gitignore Apple signing artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MAS provisioning profile (and any exported certs/keys) are build inputs provided locally or via a CI secret — never committed. Keeps the public repo free of expiring, environment-specific signing material. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7389e5d..a6efd0e 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,8 @@ Thumbs.db # Vite vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Apple signing artifacts (provided locally / via CI secret, never committed) +*.provisionprofile +*.p12 +*.cer