chore(git): ignore npmrc and pnpm-lock.yaml

This commit is contained in:
charles 2023-08-15 13:15:33 +08:00
parent b2008634b4
commit 6b71dddb01

5
.gitignore vendored
View File

@ -20,8 +20,13 @@ selenium-debug.log
*.sln
*.local
# custom npm config
.npmrc
# dependencies lock
package-lock.json
yarn.lock
pnpm-lock.yaml
# 编译生成的文件
auto-imports.d.ts