From fb435121e47ef2a030c90fb2f7d918da37042263 Mon Sep 17 00:00:00 2001 From: cnliucheng Date: Wed, 24 Jun 2026 13:25:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20packOptions=E5=BF=BD=E7=95=A5=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E9=98=B2=E6=AD=A2=E4=B8=8A=E4=BC=A0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- project.config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project.config.json b/project.config.json index 373955a..9d57d29 100644 --- a/project.config.json +++ b/project.config.json @@ -1,7 +1,9 @@ { "description": "平板支撑训练小程序", "packOptions": { - "ignore": [], + "ignore": [ + { "type": "glob", "value": ".!*" } + ], "include": [] }, "setting": {