chore: 将 lock 文件重新加入版本管理
避免因版本不一致导致无法运行的问题
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -33,9 +33,9 @@ src/types
|
||||
src/manifest.json
|
||||
src/pages.json
|
||||
|
||||
# lock 文件还是不要了,我主要的版本写死就好了
|
||||
pnpm-lock.yaml
|
||||
package-lock.json
|
||||
# 2025-10-15 by 菲鸽: lock 文件还是需要加入版本管理,今天又遇到版本不一致导致无法运行的问题了。
|
||||
# pnpm-lock.yaml
|
||||
# package-lock.json
|
||||
|
||||
# TIPS:如果某些文件已经加入了版本管理,现在重新加入 .gitignore 是不生效的,需要执行下面的操作
|
||||
# `git rm -r --cached .` 然后提交 commit 即可。
|
||||
|
||||
13957
pnpm-lock.yaml
generated
Normal file
13957
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user