You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/.dockerignore

35 lines
519 B
Plaintext

# Folders
.git/
## local storage of media excluided from image
!storage/app/public/m/
storage/app/public/m/*
storage/app/public/
storage/app/story_archives/
# Laravel
!bootstrap/cache/
bootstrap/cache/*
tests/
# Docker
mysql-9-data/
mariadb-11-data/
redis-data/
# Packages
node_modules/
vendor/
.ddev/
#Files
.gitignore
.env
.env.*
.env.example
.env.docker.example
docker-compose.yml
Dockerfile
README.md
.editorconfig
.phpunit.result.cache
# Psalm reports and cache
storage/psalm-reports
psalm.sarif.json
.psalm-cache