From ab1cda0aa0c946468fa1a90d97f9fca39782de4a Mon Sep 17 00:00:00 2001 From: Arnaud Fauconnet Date: Fri, 14 Oct 2022 16:13:04 +0200 Subject: [PATCH] Updated gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1364aeb..e13af80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ *.lock -dist/ \ No newline at end of file +dist/ +*-error.log \ No newline at end of file