Add empty data folder

replace/2df23cbf5021b112b5c405f3abd0fc79b087b808
JulioV 2019-10-24 17:20:11 -04:00
parent 5401e55a79
commit 3d2557a595
5 changed files with 11 additions and 2 deletions

13
.gitignore vendored
View File

@ -75,8 +75,6 @@ target/
# Jupyter NB Checkpoints
.ipynb_checkpoints/
# exclude data from source control by default
/data/
# Mac OS-specific storage files
.DS_Store
@ -93,3 +91,14 @@ packrat/*
!packrat/packrat.lock
!packrat/packrat.opts
.snakemake/
# exclude data from source control by default
# exclude data from source control by default
data/external/*
!/data/external/.gitkeep
data/raw/*
!/data/raw/.gitkeep
data/interim/*
!/data/interim/.gitkeep
data/processed/*
!/data/processed/.gitkeep

0
data/external/.gitkeep vendored 100644
View File

View File

View File

View File