From 6cf4eba1fc534f59d44639219bbdf92cddacae66 Mon Sep 17 00:00:00 2001 From: Abdul Rehman Date: Mon, 6 Apr 2026 13:06:12 +0500 Subject: [PATCH] chore: ignore Xcode and SwiftPM local build directories Made-with: Cursor --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 639728b..3e3cf4b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,16 @@ Carthage .DS_Store ### Xcode ### -xcuserdata/ \ No newline at end of file +xcuserdata/ +*.xcuserstate +*.xccheckout +*.xcscmblueprint + +### Xcode / SwiftPM (local build outputs beside the project) ### +.build/ +.derivedData/ +build/ +DerivedData/ + +### SwiftPM — user-specific; keep Package.resolved tracked ### +.swiftpm/xcode/xcuserdata/