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
+4
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