Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
😶 Ensure directories are present for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Mar 28, 2018
1 parent 93ca0f3 commit 4a4b472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ typings/
.env

# data
data/
data/*/.gitignore
2 changes: 2 additions & 0 deletions data/current/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Directory used to download files by app
!.gitignore
2 changes: 2 additions & 0 deletions data/latest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Directory used to download files by app
!.gitignore

0 comments on commit 4a4b472

Please sign in to comment.