mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
fix: preserve data directory in git
This commit is contained in:
parent
ee30ae773f
commit
3f5c3eaedb
3 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
backend/data
|
backend/data/db.json
|
||||||
|
|
2
backend/.gitignore
vendored
2
backend/.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
# Data
|
# Data
|
||||||
data
|
data/db.json
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
0
backend/data/.keep
Normal file
0
backend/data/.keep
Normal file
Loading…
Add table
Add a link
Reference in a new issue