chore: 更新构建产物和.gitignore文件

- 添加dist/*到.gitignore以避免提交构建产物
- 更新Vite构建生成的资源文件哈希值
This commit is contained in:
超级老白兔
2025-09-16 17:46:08 +08:00
parent a7124c800e
commit 81e0f23075
3 changed files with 26 additions and 25 deletions

3
Cunkebao/.gitignore vendored
View File

@@ -3,4 +3,5 @@ dist/
build/
yarn.lock
.env
.DS_Store
.DS_Store
dist/*