From 3d7da4d70f30aec5be722cf4a0bb35e8dc2ccbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Thu, 23 Apr 2026 16:37:33 +0800 Subject: [PATCH] chore: ignore and remove local credential files Remove local deployment credential files and private weapp config from tracking, and add explicit ignore rules to prevent re-adding them. Made-with: Cursor --- .gitignore | 6 ++++++ cdn/.alchemy_upyun_pass | 3 --- cdn/.huiwing_upyun_pass | 3 --- cdn/.local_upyun_pass | 3 --- cdn/.moicen_upyun_pass | 4 ---- weapp/project.private.config.json | 24 ------------------------ 6 files changed, 6 insertions(+), 37 deletions(-) delete mode 100644 cdn/.alchemy_upyun_pass delete mode 100644 cdn/.huiwing_upyun_pass delete mode 100644 cdn/.local_upyun_pass delete mode 100644 cdn/.moicen_upyun_pass delete mode 100644 weapp/project.private.config.json 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