修改不上传到git项(.hbuilderx)

master
吃肉的饺子 2022-02-13 16:56:30 +08:00
parent 2561c40930
commit 280ad76434
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/node_modules /node_modules
/public/storage /public/storage
/unpackage /unpackage
/.hbuilderx
Homestead.yaml Homestead.yaml
Homestead.json Homestead.json
.env .env

View File

@ -1,16 +0,0 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"default" :
{
"launchtype" : "local"
},
"mp-weixin" :
{
"launchtype" : "local"
},
"type" : "uniCloud"
}
]
}