1.添加忽略文件

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

1
.gitignore vendored

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

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

Loading…
Cancel
Save