|
|
|
@ -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
|
|
|
|
|
|
|
|
|