Add Composer autoloading

This commit is contained in:
Gogs
2026-07-06 20:31:04 +02:00
parent 249bcb1f1b
commit 79d0976b80
13 changed files with 102 additions and 14 deletions
+23 -7
View File
@@ -1,9 +1,25 @@
app/cache/*
epg/*
logs/*
posters/*
logos/*
backups/*
.env
!.gitkeep
# 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