From c0e9520a0b3e69962722048f941a9cdc2fd519dc Mon Sep 17 00:00:00 2001 From: devil_gong Date: Tue, 8 Jan 2019 16:33:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/appmini/old/.gitignore | 1 + public/appmini/old/weixin/project.config.json | 36 ------------------- 2 files changed, 1 insertion(+), 36 deletions(-) create mode 100644 public/appmini/old/.gitignore delete mode 100644 public/appmini/old/weixin/project.config.json diff --git a/public/appmini/old/.gitignore b/public/appmini/old/.gitignore new file mode 100644 index 000000000..d5c9c4e27 --- /dev/null +++ b/public/appmini/old/.gitignore @@ -0,0 +1 @@ +project.config.json \ No newline at end of file diff --git a/public/appmini/old/weixin/project.config.json b/public/appmini/old/weixin/project.config.json deleted file mode 100644 index bed7175f1..000000000 --- a/public/appmini/old/weixin/project.config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "description": "项目配置文件。", - "packOptions": { - "ignore": [] - }, - "setting": { - "urlCheck": true, - "es6": true, - "postcss": true, - "minified": true, - "newFeature": true - }, - "compileType": "miniprogram", - "libVersion": "2.2.3", - "appid": "wx0a2012ebad94beff", - "projectname": "%E4%B8%80%E7%82%B9%E7%8B%97-%E6%B5%8B%E8%AF%95", - "isGameTourist": false, - "condition": { - "search": { - "current": -1, - "list": [] - }, - "conversation": { - "current": -1, - "list": [] - }, - "game": { - "currentL": -1, - "list": [] - }, - "miniprogram": { - "current": -1, - "list": [] - } - } -} \ No newline at end of file -- GitLab