.gitignore: add .gitkeep in data folder to prserve the folder structure
This commit is contained in:
parent
eb2d029f92
commit
600cb9518d
|
@ -6,8 +6,9 @@
|
|||
**/.DS_Store
|
||||
|
||||
#deploy data
|
||||
data
|
||||
|
||||
data/*
|
||||
!data/.gitkeep
|
||||
|
||||
# gitlab ci
|
||||
.cache
|
||||
|
|
Loading…
Reference in New Issue