From 73f454bd9cf27c7dab169c746c7cc6f987dee968 Mon Sep 17 00:00:00 2001 From: Camden King <74014435+camden-king@users.noreply.github.com> Date: Mon, 12 May 2025 15:05:24 -0700 Subject: [PATCH] Update .gitignore to include .build and Package.resolved Updating .gitignore to include .build/ to prevent issues like https://github.com/google/GoogleSignIn-iOS/commit/d3302036c1e6d61345255523734502a8ad936d1d from happening in the future. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 538419c3..b74aa819 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,7 @@ Podfile.lock # Firebase App Check Example **/GoogleService-Info.plist + +# Swift Build +.build/ +Package.resolved