Ensure `data` directory exists

Closes #156
This commit is contained in:
Christopher C. Wells 2020-08-12 19:33:35 -07:00
parent 634b1dafd1
commit 7a2eab0173
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -25,6 +25,3 @@ docker-compose.yml
# Django media root directory.
/media
# Default sqlite database parent directory.
/data

3
data/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Ignore everything in this directory (default SQLite database location).
*
!.gitignore