From 81038600933633d3c47ea2fa220abf96acac923a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Apr 2020 10:40:53 -0400 Subject: Ignore yarn.lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a02f2e1..e6f0ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,5 @@ dist .yarn/cache .yarn/unplugged .yarn/build-state.yml -.pnp.* \ No newline at end of file +.pnp.* +/yarn.lock -- cgit v1.2.3