chore(docker): update .dockerignore to streamline build process by removing unnecessary entries and adding new directories
This commit is contained in:
@@ -6,10 +6,7 @@ screenshots/
|
|||||||
docs/
|
docs/
|
||||||
|
|
||||||
# Development files
|
# Development files
|
||||||
.github/
|
|
||||||
electron/
|
|
||||||
android/
|
android/
|
||||||
scripts/
|
|
||||||
Makefile
|
Makefile
|
||||||
*.apk
|
*.apk
|
||||||
*.aab
|
*.aab
|
||||||
@@ -17,9 +14,10 @@ Makefile
|
|||||||
# Build artifacts and cache
|
# Build artifacts and cache
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
public/
|
build-dir/
|
||||||
meshchatx/public/
|
python-dist/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
meshchatx/public/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
@@ -27,7 +25,6 @@ __pycache__/
|
|||||||
.Python
|
.Python
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
*.egg
|
*.egg
|
||||||
python-dist/
|
|
||||||
|
|
||||||
# Virtual environments
|
# Virtual environments
|
||||||
env/
|
env/
|
||||||
|
|||||||
Reference in New Issue
Block a user