From 280ad764345e8620b5bd05c370860443ab637759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=83=E8=82=89=E7=9A=84=E9=A5=BA=E5=AD=90?= <2659004835@qq.com> Date: Sun, 13 Feb 2022 16:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8D=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=88=B0git=E9=A1=B9=EF=BC=88.hbuilderx=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .hbuilderx/launch.json | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .hbuilderx/launch.json diff --git a/.gitignore b/.gitignore index 2e335f1..f4cd8cf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /node_modules /public/storage /unpackage +/.hbuilderx Homestead.yaml Homestead.json .env diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json deleted file mode 100644 index 81f13f4..0000000 --- a/.hbuilderx/launch.json +++ /dev/null @@ -1,16 +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": [{ - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } - ] -}