From 55af1447e430cbaf1ee09a0bec125cd1beef6451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 26 Jun 2019 15:09:50 -0400 Subject: [PATCH] ignore log files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9d03751..728ddda 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ go.sum # binary status-monitor + +# logs +*.log