Add yarn.lock to gitignore

This commit is contained in:
Matt Ellis 2018-11-12 15:34:11 -08:00
parent 22fef07fcf
commit 0ec93f0386

3
.gitignore vendored
View file

@ -15,3 +15,6 @@ coverage.cov
# Go tests run "in tree" and this folder will linger if they fail (the integration test framework cleans
# it up when they pass.)
**/command-output/
# By default, we don't check in yarn.lock files
**/yarn.lock