From 4e04b470e50f3662f7245c2a7eff4353a9dace32 Mon Sep 17 00:00:00 2001 From: Michael Carruthers Date: Wed, 18 Apr 2018 13:41:32 +0200 Subject: [PATCH] fix(.gitignore): add yarn error log (#268) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2e488e7f..1b4ef413 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules bower_components npm-debug.log +yarn-error.log docs/styles/**/*.css.map