From fe10a3fe893e06e36d38e7771fc10e1132e5e986 Mon Sep 17 00:00:00 2001 From: Pete Brooks Date: Sat, 11 Apr 2026 22:48:20 -0400 Subject: [PATCH 1/2] Add .gitignore entries for env files and private keys --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index cbd2deaca..35303165e 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,14 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /DRON_Interface/[Aa]ssets/[Ss]treamingAssets/aa.meta /DRON_Interface/[Aa]ssets/[Ss]treamingAssets/aa/* + +# Environment and secrets +.env +.env.* +*.pem +*.key +*.p12 +*.pfx +credentials.json +service-account*.json +.DS_Store From d0d9b6017d447a8d31b0635ca21aa52ad69b29c5 Mon Sep 17 00:00:00 2001 From: "Pete S." Date: Sun, 12 Apr 2026 10:26:14 -0400 Subject: [PATCH 2/2] Remove credential patterns not used by this project --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 35303165e..dc98e637a 100644 --- a/.gitignore +++ b/.gitignore @@ -93,10 +93,4 @@ crashlytics-build.properties # Environment and secrets .env .env.* -*.pem -*.key -*.p12 -*.pfx -credentials.json -service-account*.json .DS_Store