From 1779369e3608cb9db9a9b2f324da58da338398f0 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Thu, 17 Sep 2020 22:53:01 +0300 Subject: [PATCH] Ignore yarn error log file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 40b878d..72f1ef2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/ \ No newline at end of file +node_modules/ +yarn-error.log \ No newline at end of file