chore: add package-lock.json to .gitignore

Because we use yarn for development, we need to avoid accidentally
checking in package-lock.json from PRs.
This commit is contained in:
Haoqun Jiang
2020-06-18 19:12:08 +08:00
parent 795b27747d
commit 2691266a44

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ temp
.version
.versions
.changelog
package-lock.json