Skip to content

Commit 60a38b9

Browse files
committed
chore: ignore package-lock and untrack it
1 parent bfe7621 commit 60a38b9

File tree

2 files changed

+3
-11499
lines changed

2 files changed

+3
-11499
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ tmp
2727
# 忽略下载的文件 downloads 下的所有文件
2828
downloads
2929

30-
# 忽略 yarn.lock 文件
31-
yarn.lock
30+
# 忽略 npm/yarn lock 文件
31+
package-lock.json
32+
yarn.lock

0 commit comments

Comments
 (0)