From 36eec8f98b95e13613680ad467ec07ee19673fc7 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 18 Mar 2024 20:11:57 +0800 Subject: [PATCH] =?UTF-8?q?docker=E4=B8=8D=E6=89=93=E5=8C=85=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E6=BA=90=E7=A0=81=EF=BC=88=E5=92=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.dockerignore b/.dockerignore index 6821a3b..2c57889 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,30 +1,30 @@ # compiled output **/__pycache__/ -build/ +**/build/ **/dist/ # dependencies +frontend/package-lock.json **/node_modules/ # IDEs and editors -.idea/ +**/.idea/ # misc **/.git* -*.spec +**/*.spec screenshots/ -README.md + +plugins/ # runtime data data/* !data/config.example.ini -!data/emoticons/ -data/emoticons/* -!data/emoticons/.gitkeep !data/custom_public/ data/custom_public/* !data/custom_public/README.txt +!data/emoticons/ +data/emoticons/* !data/plugins/ data/plugins/* -!data/plugins/.gitkeep log/*