From 65b6654e45f6f768a4e6080faac7d6bde18324d5 Mon Sep 17 00:00:00 2001 From: James Pepper Date: Thu, 8 Jan 2026 22:21:19 +0000 Subject: [PATCH] Add additional Firebase configuration files to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fe2f3c6..9559a31 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,6 @@ Users/ google-services.json GoogleService-Info.plist android/app/google-services.json -ios/BitSleuthWallet/GoogleService-Info.plist \ No newline at end of file +ios/BitSleuthWallet/GoogleService-Info.plist +ios/GoogleService-Info.plist +ios/BitSleuthWallet.xcodeproj/GoogleService-Info.plist \ No newline at end of file