26 lines
233 B
Plaintext
26 lines
233 B
Plaintext
.env
|
|
|
|
# Cache
|
|
app/cache/*
|
|
!app/cache/.gitkeep
|
|
|
|
# EPG-Dateien
|
|
epg/*
|
|
!epg/.gitkeep
|
|
|
|
# Logdateien
|
|
logs/*
|
|
!logs/.gitkeep
|
|
|
|
# Senderlogos
|
|
logos/*
|
|
!logos/.gitkeep
|
|
|
|
# Poster
|
|
posters/*
|
|
!posters/.gitkeep
|
|
|
|
# Backups
|
|
backups/*
|
|
!backups/.gitkeep
|