From 663ae64238bd990861c438999983d3b4f032b162 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Tue, 15 May 2018 00:08:59 -0700 Subject: [PATCH] have git ignore the runtime log file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 141c5ab..f52e8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.gradle /build /bin/ +/logs/run.log