Merge branch 'staging' into dockertmysql

pull/6354/head
dansup 8 months ago committed by GitHub
commit 1f9799ad67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,17 @@
.git/
storage/app/public/
mysql-9-data/
# Laravel
## local storage of media excluided from image
!storage/app/public/m/
storage/app/public/m/*
!bootstrap/cache/
bootstrap/cache/*
tests/
# Docker
mariadb-11-data/
redis-data/
tests/
# Packages
node_modules/
vendor/
.ddev/

Loading…
Cancel
Save