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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,6 +12,9 @@ __pycache__/
|
|||||||
#idea
|
#idea
|
||||||
**/.idea/**
|
**/.idea/**
|
||||||
|
|
||||||
|
#node_modules
|
||||||
|
**/node_modules/**
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
build/
|
build/
|
||||||
|
|||||||
1371
src/main/web/cn.yinlihupo/ylhp_hr_2_0_fronted/pnpm-lock.yaml
generated
Normal file
1371
src/main/web/cn.yinlihupo/ylhp_hr_2_0_fronted/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user