Skip to content

Commit 5541acf

Browse files
committed
Make sure that data folder is always there
1 parent ae18b8d commit 5541acf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data/.gitkeep

Whitespace-only changes.

scripts/reset-repo.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ rm -rf example-data \
1414

1515
mkdir docs
1616
cp $SCRIPT_DIR/docs-placeholder.html $SCRIPT_DIR/../docs/index.html
17+
18+
mkdir data
19+
touch data/.gitkeep

0 commit comments

Comments
 (0)