mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: keep artists/albums cover folders
This commit is contained in:
parent
a59866c453
commit
5d71de93ae
4 changed files with 10 additions and 1 deletions
11
public/.gitignore
vendored
11
public/.gitignore
vendored
|
@ -1,6 +1,15 @@
|
|||
css
|
||||
fonts
|
||||
img
|
||||
|
||||
# Ignore all (generated) images under img, but keep the folder structure
|
||||
img/*
|
||||
!img/albums
|
||||
img/albums/*
|
||||
!img/albums/.gitkeep
|
||||
!img/artists
|
||||
img/artists/*
|
||||
!img/artists/.gitkeep
|
||||
|
||||
images
|
||||
js
|
||||
manifest.json
|
||||
|
|
0
public/img/.gitkeep
Normal file
0
public/img/.gitkeep
Normal file
0
public/img/albums/.gitkeep
Normal file
0
public/img/albums/.gitkeep
Normal file
0
public/img/artists/.gitkeep
Normal file
0
public/img/artists/.gitkeep
Normal file
Loading…
Reference in a new issue