From a4b79f997080a5eff13998dfe57e1d5f6f8c5b0d Mon Sep 17 00:00:00 2001 From: Dong Liu Date: Fri, 8 Jul 2016 09:15:02 +0100 Subject: [PATCH] Update .gitignore file to avoid ignoring the src/data folder Update .gitignore file to avoid ignoring the src/data folder --- {{ cookiecutter.repo_name }}/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.repo_name }}/.gitignore b/{{ cookiecutter.repo_name }}/.gitignore index 9aa581e..c062195 100644 --- a/{{ cookiecutter.repo_name }}/.gitignore +++ b/{{ cookiecutter.repo_name }}/.gitignore @@ -70,5 +70,5 @@ target/ .ipynb_checkpoints/ # exclude data from source control by default -data/ +/data/