fix: packOptions忽略编辑器临时文件,防止上传报错
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"description": "平板支撑训练小程序",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"ignore": [
|
||||
{ "type": "glob", "value": ".!*" }
|
||||
],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
|
||||
Reference in New Issue
Block a user