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
parent
32f43020d3
commit
660402a32d
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue