Add database folder to gitignore (allow example file)

This commit is contained in:
Oliver-Akins 2020-09-28 23:10:52 -06:00
parent 49d401a7bc
commit accc992b0b

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
data/*.json
!data/example.json
# Logs
logs
*.log