From 961d68003eee96f40d6afebfe6a9aaa44eefb38d Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 13 Sep 2020 14:15:28 +0200 Subject: [PATCH] Add yarn.lock to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e3fe73b..104a7f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tests/test_repo tests/tmpstubs tests/shellmock.* +yarn.lock