chore(android): ignore local builds and signing material
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
**/.vite/
|
**/.vite/
|
||||||
**/coverage/
|
**/coverage/
|
||||||
|
|
||||||
|
# Android / Gradle local state
|
||||||
|
android-app/.gradle/
|
||||||
|
android-app/**/build/
|
||||||
|
android-app/local.properties
|
||||||
|
|
||||||
# Backups / exports
|
# Backups / exports
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
@@ -38,6 +43,8 @@ Thumbs.db
|
|||||||
*.key
|
*.key
|
||||||
*.p12
|
*.p12
|
||||||
*.pfx
|
*.pfx
|
||||||
|
*.jks
|
||||||
|
*.keystore
|
||||||
id_rsa
|
id_rsa
|
||||||
id_ed25519
|
id_ed25519
|
||||||
*_github
|
*_github
|
||||||
|
|||||||
Reference in New Issue
Block a user