chore(fe): 移除误提交的 token 文件,preview-v3 加进包体忽略

adm.txt 是联调时写 access token 的临时文件,我 cwd 弄错写进了 pets-fe 并跟着
上一个提交进了仓库。撤掉并在 .gitignore 里堵住(连 at.txt 一起)。

preview-v3.html 加进 packOptions.ignore,和 preview.html / preview-v2.html 一样
不进小程序包体。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Blizzard
2026-07-30 09:24:43 +08:00
parent 60ee9d4bbc
commit a0f00b086e
3 changed files with 8 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
# 联调时写 token 的临时文件
adm.txt
at.txt
-1
View File
@@ -1 +0,0 @@
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjM0MTAyNzAxOTEwMzkzMjQxNiIsImtpbmQiOiJ1c2VyIiwibmFtZSI6IuiCieWeq-eIseWlveiAhTA0NTE3IiwiaXNzIjoicGV0cy1iZSIsImV4cCI6MTc4NTM4MTU3NywiaWF0IjoxNzg1Mzc0Mzc3fQ.iDKxUsk3ICp4JlrqiDvBbj_1NnHV687DD2zNUuRb0z8
+4
View File
@@ -25,6 +25,10 @@
{
"type": "folder",
"value": "scripts"
},
{
"type": "file",
"value": "preview-v3.html"
}
],
"include": []