mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-21 15:35:44 +00:00
chore(docker): update .dockerignore and .gitignore
This commit is contained in:
@@ -18,6 +18,15 @@ Makefile
|
||||
/python-dist/
|
||||
/maven/
|
||||
/.local/
|
||||
/android/chaquopy-recipes/**/build/
|
||||
/android/chaquopy-recipes/**/dist/
|
||||
/android/chaquopy-recipes/**/env/
|
||||
/android/chaquopy-recipes/**/requirements/
|
||||
/android/chaquopy-recipes/**/fix_wheel/
|
||||
/android/chaquopy-recipes/**/wrappers/
|
||||
/android/chaquopy-recipes/**/target/
|
||||
/android/chaquopy-recipes/**/*.orig
|
||||
/android/chaquopy-recipes/**/*.rej
|
||||
/node_modules/
|
||||
.pnpm-store/
|
||||
**/__pycache__/
|
||||
|
||||
9
.gitignore
vendored
9
.gitignore
vendored
@@ -48,6 +48,15 @@ android/local.properties
|
||||
android/build/
|
||||
android/app/build/
|
||||
android/vendor/
|
||||
android/chaquopy-recipes/**/build/
|
||||
android/chaquopy-recipes/**/dist/
|
||||
android/chaquopy-recipes/**/env/
|
||||
android/chaquopy-recipes/**/requirements/
|
||||
android/chaquopy-recipes/**/fix_wheel/
|
||||
android/chaquopy-recipes/**/wrappers/
|
||||
android/chaquopy-recipes/**/target/
|
||||
android/chaquopy-recipes/**/*.orig
|
||||
android/chaquopy-recipes/**/*.rej
|
||||
android/app/src/main/python/meshchatx/
|
||||
android/app/src/main/python/RNS/
|
||||
android/app/src/main/python/LXMF/
|
||||
|
||||
Reference in New Issue
Block a user