Update .dockerignore

pull/6352/head
Shlee 8 months ago committed by GitHub
parent 7881b50397
commit 7e8653f0bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save