From a8e6ec070d1d14f416236ca8c2bbac7fceec3de0 Mon Sep 17 00:00:00 2001 From: David Naber Date: Thu, 6 Aug 2020 16:36:54 +0200 Subject: [PATCH] Add yarn-error.log to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5391e6a4c..e8e82f824 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ node_modules phpunit.xml .phpunit.result.cache composer.lock -modules.local/ppcp-button/assets/* \ No newline at end of file +yarn-error.log +modules.local/ppcp-button/assets/*