忽略由于node版本不同导致lock文件不同,只需要保留package.json即可
This commit is contained in:
parent
782137dc06
commit
68ddad8419
7
.gitignore
vendored
7
.gitignore
vendored
@ -45,4 +45,9 @@ debug.log
|
|||||||
!*.allowed_extension
|
!*.allowed_extension
|
||||||
|
|
||||||
# 不排除下列文件名
|
# 不排除下列文件名
|
||||||
!important_file.txt
|
!important_file.txt
|
||||||
|
|
||||||
|
# 忽略由于node版本不同导致lock文件不同,只需要保留package.json即可
|
||||||
|
package-lock.json
|
||||||
|
yarn.lock
|
||||||
|
pnpm-lock.yaml
|
||||||
13030
package-lock.json
generated
13030
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
9075
pnpm-lock.yaml
9075
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user