From 49df341fa55c3425519dabb032e34617f2d6da2a Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Thu, 19 Apr 2018 15:24:31 -0400 Subject: [PATCH] fix(blueprints): Add yarn-error.log to app blueprint (#57) --- blueprints/app/files/__name__/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/app/files/__name__/gitignore b/blueprints/app/files/__name__/gitignore index 0416b29..d09cae4 100644 --- a/blueprints/app/files/__name__/gitignore +++ b/blueprints/app/files/__name__/gitignore @@ -2,3 +2,4 @@ node_modules dist tmp .env +yarn-error.log