Fix: storage/backups/ zu .gitignore hinzugefügt

Verhindert Abbruch des Update-Scripts durch Dirty-Check wenn
Backups im storage-Verzeichnis vorhanden sind.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main v1.1.164
boban 2026-04-24 14:48:27 +02:00
parent 32f43020d3
commit 660402a32d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@
/public/hot /public/hot
/public/storage /public/storage
/storage/*.key /storage/*.key
/storage/backups
/storage/pail /storage/pail
/vendor /vendor
Homestead.json Homestead.json