From 7bdaeae37a60601e60b2ad04e08c8ddff3658353 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 2 Nov 2020 00:54:23 -0300 Subject: [PATCH] Ignore Logs y Data --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5edc3ed..a1af794 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,10 @@ /.idea/ # PipEnv -Pipfile.lock \ No newline at end of file +Pipfile.lock + +# Logs +/logs/ + +# Data +/data/ \ No newline at end of file