From bb0a371ccf246f24b02243302895c19fc4824fd6 Mon Sep 17 00:00:00 2001 From: Bsian Date: Sat, 2 Nov 2019 00:10:16 +0000 Subject: [PATCH] Ignore yarn error log --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb5f3f0..9ce8048 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules yarn.lock src/config.json package-lock.json -htmlEmail_templates \ No newline at end of file +htmlEmail_templates +yarn-error.log \ No newline at end of file