From e976ceebd580b15d2e3f4143fee8cc33eaf554ec Mon Sep 17 00:00:00 2001 From: shenlei Date: Mon, 15 Jun 2026 08:38:09 +0800 Subject: [PATCH] chore: add .artifacts/ to .gitignore Co-Authored-By: Claude Opus 4.7 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0156f72..2ab3542 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Xcode user data xcuserdata/ + +# Build artifacts +.artifacts/