From 57167f4c722ac83528917784464e8dfbd3835039 Mon Sep 17 00:00:00 2001 From: Md Zubair Ahmed Date: Tue, 7 Jan 2020 15:22:26 +0000 Subject: [PATCH] Fixes #13580 : notification.log should be ignored in the gitignore (#13581) * added log to gitignore * repeatative logs removed --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2b046a5632..c9f3e7893c 100644 --- a/.gitignore +++ b/.gitignore @@ -53,9 +53,8 @@ _testmain.go *.prof # Log files -*mattermost.log* -*mattermost.log.jsonl -*npm-debug.log* +*.log +*.log.jsonl .tmp