From 8ffd49d1791c4ddea63b1319b2d1b09c9b2793d9 Mon Sep 17 00:00:00 2001 From: Scott Carver Date: Sun, 11 Nov 2018 21:06:39 -0800 Subject: [PATCH] ignore yarn-error.log --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 693beb5..3f52d5b 100755 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ *service-account-key\.json src/config.js +/yarn-error.log