chore: update .gitignore to include additional Android build artifacts and local configuration files
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user