From d9a8dd9a9b0e9705985c80a7d3134d13cafdd30d Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 29 Nov 2018 18:44:05 +0100 Subject: [PATCH] Correct folder name in gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6702a66..9b70229 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ # Datas -./data/ +data/ # Python venv -./venv/ +venv/ # nodejs