mirror of https://github.com/pixelfed/pixelfed
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.
31 lines
414 B
Plaintext
31 lines
414 B
Plaintext
# Folders
|
|
.git/
|
|
storage/app/public/
|
|
mysql-9-data/
|
|
# Laravel
|
|
## local storage of media excluided from image
|
|
!storage/app/public/m/
|
|
storage/app/public/m/*
|
|
!bootstrap/cache/
|
|
bootstrap/cache/*
|
|
tests/
|
|
# Docker
|
|
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
|