mirror of
https://github.com/bitwarden/android.git
synced 2026-04-29 20:38:41 -05:00
PM-7156: Publish Play Store and F-Droid artifacts (#1273)
This commit is contained in:
committed by
Álison Fernandes
parent
f3f35511a4
commit
8b3f67680a
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,7 +1,15 @@
|
||||
# Fastlane generated and temporary files are ignored per suggested best practices:
|
||||
# https://github.com/fastlane/docs/blob/master/docs/best-practices/source-control.md
|
||||
fastlane/report.xml
|
||||
fastlane/README.md
|
||||
|
||||
# General
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Gradle build cache
|
||||
/build-cache/
|
||||
|
||||
# IDEs and editors
|
||||
.gradle
|
||||
.idea/
|
||||
@@ -12,5 +20,7 @@ Thumbs.db
|
||||
local.properties
|
||||
user.properties
|
||||
|
||||
# Gradle build cache
|
||||
/build-cache/
|
||||
# Secrets
|
||||
/keystores/*.jks
|
||||
/app/src/standardDebug/google-services.json
|
||||
/app/src/standardRelease/google-services.json
|
||||
|
||||
Reference in New Issue
Block a user