Browse Source

Update .gitignore file to ignore the data folder

main
Dong Liu 9 years ago committed by GitHub
parent
commit
52bc431939
  1. 2
      {{ cookiecutter.repo_name }}/.gitignore

2
{{ cookiecutter.repo_name }}/.gitignore vendored

@ -70,5 +70,5 @@ target/
.ipynb_checkpoints/
# exclude data from source control by default
./data/
data/

Loading…
Cancel
Save