.gitignore: add .gitkeep in data folder to prserve the folder structure

This commit is contained in:
Ronittos 2022-06-26 09:09:19 +02:00
parent eb2d029f92
commit 600cb9518d
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -6,8 +6,9 @@
**/.DS_Store
#deploy data
data
data/*
!data/.gitkeep
# gitlab ci
.cache

0
data/.gitkeep Normal file
View File