chore: update .gitignore and .dockerignore to include additional Android build artifacts (*.apk, *.aab) and new Python directories
This commit is contained in:
@@ -11,6 +11,8 @@ electron/
|
||||
android/
|
||||
scripts/
|
||||
Makefile
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
# Build artifacts and cache
|
||||
build/
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -40,9 +40,14 @@ android/local.properties
|
||||
android/build/
|
||||
android/app/build/
|
||||
android/app/src/main/python/meshchatx/
|
||||
android/app/src/main/python/RNS/
|
||||
android/app/src/main/python/LXMF/
|
||||
android/app/src/main/python/LXST/
|
||||
android/app/src/main/python/meshchat_wrapper.py.bak
|
||||
android/*.iml
|
||||
android/.idea/
|
||||
*.apk
|
||||
*.aab
|
||||
|
||||
|
||||
# Local storage and runtime data
|
||||
|
||||
Reference in New Issue
Block a user