From 4194b50082927737bc3cb396904180cedea28b14 Mon Sep 17 00:00:00 2001 From: David Valachovic Date: Sun, 19 Nov 2017 13:19:41 -0600 Subject: [PATCH] added yarn-error.log to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d08f65260d3fc..7412c251294cd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ out-vscode/ out-vscode-min/ build/node_modules coverage/ -test_data/ \ No newline at end of file +test_data/ +yarn-error.log \ No newline at end of file