Add empty data folder
parent
5401e55a79
commit
3d2557a595
|
@ -75,8 +75,6 @@ target/
|
||||||
# Jupyter NB Checkpoints
|
# Jupyter NB Checkpoints
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
|
|
||||||
# exclude data from source control by default
|
|
||||||
/data/
|
|
||||||
|
|
||||||
# Mac OS-specific storage files
|
# Mac OS-specific storage files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
@ -93,3 +91,14 @@ packrat/*
|
||||||
!packrat/packrat.lock
|
!packrat/packrat.lock
|
||||||
!packrat/packrat.opts
|
!packrat/packrat.opts
|
||||||
.snakemake/
|
.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
|
Loading…
Reference in New Issue