chore(git): ignore npmrc and pnpm-lock.yaml
This commit is contained in:
parent
b2008634b4
commit
6b71dddb01
5
.gitignore
vendored
5
.gitignore
vendored
@ -20,8 +20,13 @@ selenium-debug.log
|
|||||||
*.sln
|
*.sln
|
||||||
*.local
|
*.local
|
||||||
|
|
||||||
|
# custom npm config
|
||||||
|
.npmrc
|
||||||
|
|
||||||
|
# dependencies lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
pnpm-lock.yaml
|
||||||
|
|
||||||
# 编译生成的文件
|
# 编译生成的文件
|
||||||
auto-imports.d.ts
|
auto-imports.d.ts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user