diff --git a/.blackbox/blackbox-files.txt b/.blackbox/blackbox-files.txt index 6e5963510..c5b2d3016 100644 --- a/.blackbox/blackbox-files.txt +++ b/.blackbox/blackbox-files.txt @@ -1,5 +1,6 @@ authpass/_tools/deploy-key/github-deploy-key authpass/_tools/secrets/api-project-284252947431-83b019c3ca1e.json +authpass/_tools/secrets/fastlane_match_certificates_id_rsa authpass/_tools/secrets/fastlane_match_password authpass/_tools/secrets/gradle_home/gradle.properties authpass/_tools/secrets/gradle_home/upload-key.jks diff --git a/.gitignore b/.gitignore index 6d677ec80..32250b864 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ development_hp.dart /tmp /authpass/_tools/secrets/fastlane_match_password +/authpass/ios/vendor + +/authpass/_tools/secrets/fastlane_match_certificates_id_rsa diff --git a/authpass/_tools/secrets/fastlane_match_certificates_id_rsa.gpg b/authpass/_tools/secrets/fastlane_match_certificates_id_rsa.gpg new file mode 100644 index 000000000..20e8367ce Binary files /dev/null and b/authpass/_tools/secrets/fastlane_match_certificates_id_rsa.gpg differ