chore: update .gitignore to include additional Android build artifacts and local configuration files

This commit is contained in:
2026-01-01 21:09:09 -06:00
parent c3a000aa99
commit 00c1931680

11
.gitignore vendored
View File

@@ -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/