28 lines
508 B
Plaintext
28 lines
508 B
Plaintext
.git
|
|
.gitignore
|
|
.github
|
|
templates
|
|
certs
|
|
stack.env*
|
|
docker-compose*.override.yml
|
|
|
|
# Old single-target Dockerfiles (now merged into root Dockerfile)
|
|
docker/php/Dockerfile
|
|
docker/nginx/Dockerfile
|
|
|
|
# Laravel build artifacts / local state
|
|
app/node_modules
|
|
app/vendor
|
|
app/.env
|
|
app/.env.backup
|
|
app/.env.production
|
|
app/public/build
|
|
app/public/hot
|
|
app/storage/logs
|
|
app/storage/framework/cache
|
|
app/storage/framework/sessions
|
|
app/storage/framework/views
|
|
app/bootstrap/cache
|
|
app/.phpunit.cache
|
|
app/.phpunit.result.cache
|