From 9e9959e1d12c4636cf732bb23c17508edc0728c8 Mon Sep 17 00:00:00 2001 From: Martin Lehoux <martin@lehoux.net> Date: Sat, 16 Feb 2019 01:16:56 +0100 Subject: [PATCH] ignore data --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cc9a88a..211dfc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ node_modules yarn.lock .vscode -config.yml \ No newline at end of file +config.yml + +# Data files +data/* \ No newline at end of file -- GitLab