fix: preserve data directory in git

This commit is contained in:
dec0dOS 2021-03-21 22:49:21 +03:00
parent ee30ae773f
commit 3f5c3eaedb
3 changed files with 2 additions and 2 deletions

View file

@ -12,4 +12,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
backend/data
backend/data/db.json

2
backend/.gitignore vendored
View file

@ -1,5 +1,5 @@
# Data
data
data/db.json
# Logs
logs

0
backend/data/.keep Normal file
View file