From 7fb801c6bd1e46aa2d564357a1d879bef5cdbfa8 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 2 Jun 2019 17:38:53 +0100 Subject: [PATCH] add logs.tar.gz to .gitignore to avoid committing large data dump to github! #81 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e7a96b..63690da 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ npm-debug.log # we ignore priv/static. You may want to comment # this depending on your deployment strategy. /priv/static/ +logs.tar.gz