From d87b2fdb6d3c11bf4f09ab7b953b87ea4a4f2e45 Mon Sep 17 00:00:00 2001 From: zhukang <274546966@qq.com> Date: Wed, 11 Mar 2026 15:04:06 +0800 Subject: [PATCH] chore: tighten gitignore for native build artifacts --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 458bdcc..9e46f74 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ temp/ *.tmp *.temp *.dmg -tests/tmp-* # Cache .cache/ @@ -77,15 +76,15 @@ coverage.html session.json run_tests.ps1 -AGENTS.md mole_guidelines.md -CLAUDE.md + # Swift / Xcode .build/ +/build/ DerivedData/ *.xcodeproj/xcuserdata/ *.xcworkspace/xcuserdata/ *.swiftpm/ +*.xcresult/ dist/ -.build/atlas-native/ \ No newline at end of file