chore(docker): update .dockerignore and .gitignore

This commit is contained in:
Ivan
2026-04-16 03:36:36 -05:00
parent 8a2f357c49
commit 2fe1feadf2
2 changed files with 18 additions and 0 deletions

View File

@@ -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
View File

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