From 1dbdf9d079c5bea6351844bfe1c309ed52f9692c Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Fri, 1 May 2026 15:57:41 +0200 Subject: [PATCH] chore: ignore local crashes/ triage directory TestFlight feedback / crash JSONs land here while we're working through an iOS fix round. They carry tester PII (emails, carriers, locales) and aren't meant for the public repo. Kept local-only; deleted after the round closes. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index d823643..78a64b7 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,8 @@ releases/v*/appcast-entry.xml # Wiki helper: personal patterns (hostnames, IPs) blocked from the wiki push. scripts/wiki-blocklist.txt + +# TestFlight feedback / crash JSONs downloaded for triage. PII (emails, +# carriers, locales) and never meant for the public repo — kept local +# while a fix round is in progress, deleted afterward. +crashes/