From 91b616c3b5255ee2c234c975244b0e4d60fc1635 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Thu, 27 Feb 2025 22:45:50 -0800 Subject: [PATCH] Ignore .build dir and artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67dd6be3342..6cbb0f6643e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ pip-out/ # Xcode xcuserdata/ +.build/ .swiftpm/ *.xcworkspace/ *.xcframework/