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
This commit is contained in:
2026-04-23 16:37:33 +08:00
parent a661e439a0
commit 3d7da4d70f
6 changed files with 6 additions and 37 deletions
+6
View File
@@ -33,3 +33,9 @@ pnpm-debug.log*
# generated by tooling # generated by tooling
*.tsbuildinfo *.tsbuildinfo
# local deploy credentials
cdn/.*_upyun_pass
# wechat local private config
weapp/project.private.config.json
-3
View File
@@ -1,3 +0,0 @@
moicen
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
static-alchemy
-3
View File
@@ -1,3 +0,0 @@
moicen
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
static-huiwing
-3
View File
@@ -1,3 +0,0 @@
tester
GtORdMJHmCEhyaRuM8fn8pqCJTeSEX1z
local-dev
-4
View File
@@ -1,4 +0,0 @@
moicen
NyJ51zRwFApY9Wo9EHJMrb8GI9YtvpVN
static-moicen
-24
View File
@@ -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"
}
}
]
}
}
}