mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-03 12:58:46 -06:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ temp
|
||||
.version
|
||||
.versions
|
||||
.changelog
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user