|
|
|
@ -1,22 +1,22 @@
|
|
|
|
# Folders
|
|
|
|
# Folders
|
|
|
|
.git/
|
|
|
|
.git/
|
|
|
|
storage/app/public/
|
|
|
|
|
|
|
|
mysql-9-data/
|
|
|
|
|
|
|
|
# Laravel
|
|
|
|
|
|
|
|
## local storage of media excluided from image
|
|
|
|
## local storage of media excluided from image
|
|
|
|
!storage/app/public/m/
|
|
|
|
!storage/app/public/m/
|
|
|
|
storage/app/public/m/*
|
|
|
|
storage/app/public/m/*
|
|
|
|
|
|
|
|
storage/app/public/
|
|
|
|
|
|
|
|
storage/app/story_archives/
|
|
|
|
|
|
|
|
# Laravel
|
|
|
|
!bootstrap/cache/
|
|
|
|
!bootstrap/cache/
|
|
|
|
bootstrap/cache/*
|
|
|
|
bootstrap/cache/*
|
|
|
|
tests/
|
|
|
|
tests/
|
|
|
|
# Docker
|
|
|
|
# Docker
|
|
|
|
|
|
|
|
mysql-9-data/
|
|
|
|
mariadb-11-data/
|
|
|
|
mariadb-11-data/
|
|
|
|
redis-data/
|
|
|
|
redis-data/
|
|
|
|
# Packages
|
|
|
|
# Packages
|
|
|
|
node_modules/
|
|
|
|
node_modules/
|
|
|
|
vendor/
|
|
|
|
vendor/
|
|
|
|
.ddev/
|
|
|
|
.ddev/
|
|
|
|
|
|
|
|
|
|
|
|
#Files
|
|
|
|
#Files
|
|
|
|
.gitignore
|
|
|
|
.gitignore
|
|
|
|
.env
|
|
|
|
.env
|
|
|
|
@ -28,7 +28,6 @@ Dockerfile
|
|
|
|
README.md
|
|
|
|
README.md
|
|
|
|
.editorconfig
|
|
|
|
.editorconfig
|
|
|
|
.phpunit.result.cache
|
|
|
|
.phpunit.result.cache
|
|
|
|
|
|
|
|
|
|
|
|
# Psalm reports and cache
|
|
|
|
# Psalm reports and cache
|
|
|
|
storage/psalm-reports
|
|
|
|
storage/psalm-reports
|
|
|
|
psalm.sarif.json
|
|
|
|
psalm.sarif.json
|
|
|
|
|