From e0ff5ccdc722024ab7f9b57904c062379dd33942 Mon Sep 17 00:00:00 2001 From: zhi <490356537@qq.com> Date: Thu, 25 Dec 2025 11:13:06 +0800 Subject: [PATCH] dev --- .gitignore | 5 ++++ uniapp/uni-app/.hbuilderx/launch.json | 24 ------------------- uniapp/uni-app/.idea/.gitignore | 8 ------- .../inspectionProfiles/Project_Default.xml | 7 ------ uniapp/uni-app/.idea/modules.xml | 8 ------- uniapp/uni-app/.idea/php.xml | 19 --------------- uniapp/uni-app/.idea/uni-app.iml | 8 ------- uniapp/uni-app/.idea/vcs.xml | 6 ----- 8 files changed, 5 insertions(+), 80 deletions(-) delete mode 100644 uniapp/uni-app/.hbuilderx/launch.json delete mode 100644 uniapp/uni-app/.idea/.gitignore delete mode 100644 uniapp/uni-app/.idea/inspectionProfiles/Project_Default.xml delete mode 100644 uniapp/uni-app/.idea/modules.xml delete mode 100644 uniapp/uni-app/.idea/php.xml delete mode 100644 uniapp/uni-app/.idea/uni-app.iml delete mode 100644 uniapp/uni-app/.idea/vcs.xml diff --git a/.gitignore b/.gitignore index a2ac47b..57c9637 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ /runtime/ +.idea/* +unpackage +node_modules +.DS_Store +.hbuilderx diff --git a/uniapp/uni-app/.hbuilderx/launch.json b/uniapp/uni-app/.hbuilderx/launch.json deleted file mode 100644 index 261ce48..0000000 --- a/uniapp/uni-app/.hbuilderx/launch.json +++ /dev/null @@ -1,24 +0,0 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "app-plus" : - { - "launchtype" : "remote" - }, - "default" : - { - "launchtype" : "remote" - }, - "h5" : - { - "launchtype" : "remote" - }, - "mp-weixin" : - { - "launchtype" : "remote" - }, - "type" : "uniCloud" - } - ] -} diff --git a/uniapp/uni-app/.idea/.gitignore b/uniapp/uni-app/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/uniapp/uni-app/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/uniapp/uni-app/.idea/inspectionProfiles/Project_Default.xml b/uniapp/uni-app/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 9c69411..0000000 --- a/uniapp/uni-app/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/uniapp/uni-app/.idea/modules.xml b/uniapp/uni-app/.idea/modules.xml deleted file mode 100644 index e2277c0..0000000 --- a/uniapp/uni-app/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uniapp/uni-app/.idea/php.xml b/uniapp/uni-app/.idea/php.xml deleted file mode 100644 index f324872..0000000 --- a/uniapp/uni-app/.idea/php.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/uniapp/uni-app/.idea/uni-app.iml b/uniapp/uni-app/.idea/uni-app.iml deleted file mode 100644 index c956989..0000000 --- a/uniapp/uni-app/.idea/uni-app.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/uniapp/uni-app/.idea/vcs.xml b/uniapp/uni-app/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/uniapp/uni-app/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file