From d3a404ec82dcef3d1c90679ca6d61dc588ed8ef3 Mon Sep 17 00:00:00 2001 From: enlineawork Date: Tue, 8 Sep 2026 16:43:47 -0300 Subject: [PATCH] chore(android): ignore local builds and signing material --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 0015cc2..df36423 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,11 @@ **/.vite/ **/coverage/ +# Android / Gradle local state +android-app/.gradle/ +android-app/**/build/ +android-app/local.properties + # Backups / exports *.zip *.tar.gz @@ -38,6 +43,8 @@ Thumbs.db *.key *.p12 *.pfx +*.jks +*.keystore id_rsa id_ed25519 *_github