chore(android): ignore local builds and signing material

This commit is contained in:
2026-09-08 16:43:47 -03:00
parent 6a34c86cfb
commit d3a404ec82
+7
View File
@@ -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