From 732f5e56b672613f74e5851f2592fa3959961996 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Fri, 2 Jan 2026 15:15:59 -0600 Subject: [PATCH] chore(docker): update .dockerignore to streamline build process by removing unnecessary entries and adding new directories --- .dockerignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index a2996b9..10bf59d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,10 +6,7 @@ screenshots/ docs/ # Development files -.github/ -electron/ android/ -scripts/ Makefile *.apk *.aab @@ -17,9 +14,10 @@ Makefile # Build artifacts and cache build/ dist/ -public/ -meshchatx/public/ +build-dir/ +python-dist/ node_modules/ +meshchatx/public/ __pycache__/ *.py[cod] *$py.class @@ -27,7 +25,6 @@ __pycache__/ .Python *.egg-info/ *.egg -python-dist/ # Virtual environments env/