Files
pezkuwi-wallet-android/.gitignore
T
pezkuwichain 429fc1ee43 Fix Google Drive backup OAuth configuration
- Add new debug keystore with unique SHA-1 fingerprint
- Update google-services.json with proper OAuth clients
- Configure debug build to use new keystore
- Both Android OAuth client (type 1) and Web client (type 3) now present

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 07:19:51 +03:00

32 lines
676 B
Plaintext

*.iml
.gradle
/local.properties
.DS_Store
/build
*/build
/captures
.externalNativeBuild
app/src/main/aidl/
app/*.apk
/.idea/
# ignore jacoco coverage reports
/coverage
*.jks
!develop_key.jks
!app/pezkuwi_debug.jks
.java-version
# ignore database schemas
/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/*.json
# database schemas exceptions
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/1.json
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/2.json
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/8.json
!/core-db/schemas/io.novafoundation.nova.core_db.AppDatabase/9.json
google-services.jsonversion.properties
.kotlin/