diff --git a/.gitignore b/.gitignore index 174b3eb..3bdf181 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,9 @@ pnpm-debug.log* # generated by tooling *.tsbuildinfo + +# local deploy credentials +cdn/.*_upyun_pass + +# wechat local private config +weapp/project.private.config.json diff --git a/cdn/.alchemy_upyun_pass b/cdn/.alchemy_upyun_pass deleted file mode 100644 index 9c0e8df..0000000 --- a/cdn/.alchemy_upyun_pass +++ /dev/null @@ -1,3 +0,0 @@ -moicen -NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN -static-alchemy diff --git a/cdn/.huiwing_upyun_pass b/cdn/.huiwing_upyun_pass deleted file mode 100644 index 448f418..0000000 --- a/cdn/.huiwing_upyun_pass +++ /dev/null @@ -1,3 +0,0 @@ -moicen -NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN -static-huiwing diff --git a/cdn/.local_upyun_pass b/cdn/.local_upyun_pass deleted file mode 100644 index 3996b1a..0000000 --- a/cdn/.local_upyun_pass +++ /dev/null @@ -1,3 +0,0 @@ -tester -GtORdMJHmCEhyaRuM8fn8pqCJTeSEX1z -local-dev \ No newline at end of file diff --git a/cdn/.moicen_upyun_pass b/cdn/.moicen_upyun_pass deleted file mode 100644 index fba17ba..0000000 --- a/cdn/.moicen_upyun_pass +++ /dev/null @@ -1,4 +0,0 @@ -moicen -NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN -static-moicen - diff --git a/weapp/project.private.config.json b/weapp/project.private.config.json deleted file mode 100644 index 0b24f3b..0000000 --- a/weapp/project.private.config.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "setting": { - "urlCheck": true, - "compileHotReLoad": true - }, - "description": "Project configuration file, more information: https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "weapp", - "condition": { - "miniprogram": { - "list": [ - { - "name": "TemplateMessage", - "pathName": "pages/index/index", - "query": "hty_tongzhi_id=3a53bfad-655d-4530-bf1f-b94e61cf9ad3", - "launchMode": "default", - "scene": 1043, - "referrerInfo": { - "appId": "wx612c8fc526341c0d" - } - } - ] - } - } -} \ No newline at end of file