chore(deps): 更新pnpm-lock.yaml并优化.gitignore配置

- 在.gitignore中添加node_modules忽略规则,避免提交依赖缓存文件
- 添加完整pnpm-lock.yaml文件以锁定依赖版本,确保构建环境一致
- 锁定依赖库版本包括vue 3.5.30、element-plus 2.13.6、axios 1.13.6等
- 确保开发依赖如vite、sass插件与vue插件版本统一
- 维护依赖树完整性,提升项目稳定性和可重复构建能力
This commit is contained in:
2026-03-24 19:33:00 +08:00
parent 498fd7a5e8
commit 6dc57076b6
2 changed files with 1374 additions and 0 deletions

3
.gitignore vendored
View File

@@ -12,6 +12,9 @@ __pycache__/
#idea
**/.idea/**
#node_modules
**/node_modules/**
# Distribution / packaging
.Python
build/

File diff suppressed because it is too large Load Diff