From a571d4fc8f42ed30f9e27945d373aa373e76f8a0 Mon Sep 17 00:00:00 2001 From: Davte Date: Mon, 24 Jun 2019 17:22:26 +0200 Subject: [PATCH] Ignore data folders --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8679fc1..109dce8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ venv/ *.db *.json +# Data folders +data/ + *.txt !requirements.txt