From 71f4feb12f4035b58b43494677900669f8e8f908 Mon Sep 17 00:00:00 2001 From: shenlei Date: Fri, 3 Jul 2026 16:13:50 +0900 Subject: [PATCH] Ignore local build caches --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2ab3542..9dba7dd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ xcuserdata/ # Build artifacts .artifacts/ +.deriveddata/ +.swift-module-cache/