From 97880019c4c1f38ae6b8e031c5337a502f402d9f Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Tue, 7 Dec 2021 13:19:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20remove=20logs=20from=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 22e4dff..624dc85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .* node_modules build/ -docs/ \ No newline at end of file +docs/ +*.log