From a05700d1e01a2b2c8526b557b03ff77355d5c79b Mon Sep 17 00:00:00 2001 From: Darshan Date: Fri, 7 Feb 2025 18:14:12 +0530 Subject: [PATCH] update: `.gitignore`. --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.gitignore b/.gitignore index 3c88cc5..3cded81 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,41 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# Apple +**/*.xcodeproj/xcuserdata/ +**/*.xcworkspace/xcuserdata/ +**/.swiftpm/xcode/xcuserdata/ +**/*.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +**/*.xcworkspace/xcshareddata/*.xccheckout +**/*.xcworkspace/xcshareddata/*.xcscmblueprint +**/*.playground/**/timeline.xctimeline + +# Build +**/.build/ +**/Build/ +DerivedData/ +*.ipa + +# Carthage +Carthage/ + +# CocoaPods +Pods/ + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/sign&cert + +# CSV +*.orig +.svn + +# Other +*~ +*.save +._* +*.bak \ No newline at end of file