From 4fef9df50b13d2db9c687641d0d7054727e7ca8b Mon Sep 17 00:00:00 2001 From: David Schuppa <32750715+davidSchuppa@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:25:12 +0100 Subject: [PATCH] chore(project): updated .env.example and .gitignore SUITEDEV-35237 Co-authored-by: LasOri <24588073+LasOri@users.noreply.github.com> Co-authored-by: megamegax --- .env.example | 8 +------- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index f4e5f2ca..24efaabf 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,4 @@ USE_LOCAL_DEPENDENCY= -GOOGLE_SERVICES_API_KEY= RELEASE_MODE= ANDROID_RELEASE_STORE_FILE_BASE64= ANDROID_RELEASE_STORE_PASSWORD= @@ -14,9 +13,4 @@ OSSRH_PASSWORD= SONATYPE_STAGING_PROFILE_ID= SONATYPE_SIGNING_KEY_ID= SONATYPE_SIGNING_PASSWORD= -SONATYPE_SIGNING_SECRET_KEY_RING_FILE= -DETECT_LATEST_RELEASE_VERSION= -DETECT_PROJECT_USER_GROUPS= -DETECT_PROJECT_VERSION_DISTRIBUTION= -BLACKDUCK_ACCESS_TOKEN= -BLACKDUCK_URL= \ No newline at end of file +SONATYPE_SIGNING_SECRET_KEY_RING_FILE_BASE64= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 455e1ce2..ea1f6a9f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ localConfig.properties sample/google-services.json sample/agconnect-services.json .fleet -.env \ No newline at end of file +.env +firebase_service_account.json +workflow.secrets \ No newline at end of file