chore: 添加 pnpm-lock.yaml 到 .gitignore 文件

- 添加 pnpm-lock.yaml 到 .gitignore 文件以防止将其纳入版本控制。
This commit is contained in:
2025-02-18 13:35:13 +08:00
parent f8f402ed3c
commit 9bd3d328c8

1
.gitignore vendored
View File

@ -176,3 +176,4 @@ dist
# Bun # Bun
bun.lock bun.lock
pnpm-lock.yaml