- Remove pixel10.keystore from repository - Move signing passwords to local.properties (gitignored) - Add *.keystore and *.jks to .gitignore - build.gradle.kts now reads credentials from local.properties After pulling, create local.properties with: KEYSTORE_FILE=pixel10.keystore KEYSTORE_PASSWORD=<your-password> KEY_ALIAS=pixel10 KEY_PASSWORD=<your-password>
20 lines
184 B
Plaintext
20 lines
184 B
Plaintext
*.iml
|
|
.gradle
|
|
/local.properties
|
|
/.idea
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
local.properties
|
|
/app/build
|
|
/app/release
|
|
*.apk
|
|
*.aab
|
|
*.bin
|
|
*.task
|
|
*.tflite
|
|
*.keystore
|
|
*.jks
|