Add package-lock.json to .gitignore (#708)

This commit is contained in:
Zach Wasserman 2021-05-03 08:10:27 -07:00 committed by GitHub
parent 0f48eb8525
commit ffc5c5a91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View File

@ -44,3 +44,7 @@ cypress/downloads
# Fleet local development DB backups
backup.sql.gz
# Common mistake for new developers to run npm install and then end up
# committing a package-lock.json. Fleet app uses Yarn with yarn.lock.
package-lock.json