From 9197c47dc982c063f909418dfb58b6fc64ca26d5 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Tue, 24 Apr 2018 18:29:24 +0200 Subject: [PATCH] add yarn-error.log to gitignore (#2928) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b2887952..d92be03d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ node_modules # logs npm-debug.log +yarn-error.log # optional dev config file and plugins directory .hyper.js