update .dockerignore

pull/6330/head
Your Name 5 days ago
parent da7c672b9f
commit f162ccf912

@ -1,23 +1,22 @@
.git # Folders
.git/
tests/
mariadb-11-data/
redis-data/
node_modules/
vendor/
storage/
bootstrap/cache/
.ddev/
#Files
.gitignore .gitignore
.env .env
.env.* .env.*
.env.example .env.example
.env.docker.example .env.docker.example
node_modules
vendor
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
storage/app/public/cache
bootstrap/cache/*
.ddev
docker-compose.yml docker-compose.yml
Dockerfile Dockerfile
README.md README.md
.editorconfig .editorconfig
.phpunit.result.cache .phpunit.result.cache
tests
mariadb-11-data
redis-data

Loading…
Cancel
Save