From 00c19316802c35605f7e839d01f5487383a6c5c2 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Thu, 1 Jan 2026 21:09:09 -0600 Subject: [PATCH] chore: update .gitignore to include additional Android build artifacts and local configuration files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index ec7cbda..58bb879 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,17 @@ public/ /electron/build/exe/ python-dist/ +# Android +android/.gradle/ +android/local.properties +android/build/ +android/app/build/ +android/app/src/main/python/meshchatx/ +android/app/src/main/python/meshchat_wrapper.py.bak +android/*.iml +android/.idea/ + + # Local storage and runtime data storage/ testing/