35 lines
347 B
Plaintext
35 lines
347 B
Plaintext
.git
|
|
.gitignore
|
|
.gitattributes
|
|
.github
|
|
.editorconfig
|
|
|
|
*.md
|
|
LICENSE*
|
|
SECURITY*
|
|
TRADEMARKS*
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
docker-compose*.yml
|
|
Dockerfile*
|
|
|
|
vendor/
|
|
node_modules/
|
|
|
|
storage/logs/*
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/views/*
|
|
storage/app/*
|
|
bootstrap/cache/*
|
|
|
|
tests/
|
|
phpunit.xml
|
|
.phpunit*
|
|
|
|
*.log
|
|
*.cache
|