From af0687c362d34e618f39e1dafdb617c8e62b1364 Mon Sep 17 00:00:00 2001 From: Stefan Lange-Hegermann Date: Tue, 18 Aug 2026 11:05:06 +0200 Subject: [PATCH] Ignore build products and PocketBase credentials --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d718053..90e4b62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,15 @@ xcshareddata Vendor Shots/Framed Shots/Screenshots -*.xcresult \ No newline at end of file +*.xcresult + +# Build products +DerivedData*/ +build/ +*.ipa +*.dSYM.zip +*.xcuserstate +*.xcuserdatad + +# Credentials +PocketBase-LLM/pb-credentials.json