From e52298018a4e48c7e4d931e6a3c1def160a162ec 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