1.添加忽略文件

yj-dev
杨杰 3 years ago
parent 84514fd020
commit 2e309dab89
  1. 1
      .gitignore
  2. 13
      .hbuilderx/launch.json

1
.gitignore vendored

@ -1 +1,2 @@
unpackage/ unpackage/
.hbuilderx/launch.json

@ -2,10 +2,15 @@
// launchtypelocalremote, localremote // launchtypelocalremote, localremote
"version": "0.0", "version": "0.0",
"configurations": [{ "configurations": [{
"type": "uniCloud", "default" :
"default": { {
"launchtype": "remote" "launchtype" : "remote"
} },
"mp-weixin" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
} }
] ]
} }

Loading…
Cancel
Save