From cef5e019e6fca2bb6104ba8e2fae09cb8a0bc015 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Tue, 7 Jul 2026 05:56:24 +0200 Subject: [PATCH] feat: ignore Xcode per-user state (xcuserdata) and .DS_Store so the iOS project tree stays free of machine-local files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 652c5071..ef486d76 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,7 @@ build-errors.log .zed/ .roo/ .cline/ + +# Xcode per-user state (ios/) +xcuserdata/ +.DS_Store