From 97633a9fa52ecf8501a7b046055795008f1cd58e Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Fri, 13 Apr 2018 09:46:57 +0200 Subject: [PATCH] Ignore yarn-error.log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a444829..1c111d7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ test/log .byebug_history node_modules +yarn-error.log