fix: packOptions忽略编辑器临时文件,防止上传报错

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-24 13:25:01 +08:00
parent 6af09e4324
commit fb435121e4
+3 -1
View File
@@ -1,7 +1,9 @@
{ {
"description": "平板支撑训练小程序", "description": "平板支撑训练小程序",
"packOptions": { "packOptions": {
"ignore": [], "ignore": [
{ "type": "glob", "value": ".!*" }
],
"include": [] "include": []
}, },
"setting": { "setting": {