From 660402a32d202ee224f444e32495ded8a446456b Mon Sep 17 00:00:00 2001 From: boban Date: Fri, 24 Apr 2026 14:48:27 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20storage/backups/=20zu=20.gitignore=20hin?= =?UTF-8?q?zugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Verhindert Abbruch des Update-Scripts durch Dirty-Check wenn Backups im storage-Verzeichnis vorhanden sind. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b71b1ea..d764c2f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ /public/hot /public/storage /storage/*.key +/storage/backups /storage/pail /vendor Homestead.json