From 7d5484cabf0c7c09034e9d1335edb2818ea5dad9 Mon Sep 17 00:00:00 2001 From: "Pweaver (Paul Weaver)" Date: Mon, 22 May 2017 12:01:58 -0700 Subject: [PATCH] yarn: Add /yarn-error.log to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b302d63130..666cd48206 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ npm-debug.log /prod-static /staticfiles.json /webpack-stats-production.json +/yarn-error.log # Test / analysis tools .coverage