ensure data directory is present in the repo

to ease running the app on checkout and in CI
This commit is contained in:
hrj
2021-04-19 18:51:20 +05:30
parent 9b978212dc
commit ed3afbc47e
3 changed files with 5 additions and 2 deletions

4
data/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore