19 lines
242 B
Plaintext
19 lines
242 B
Plaintext
.git
|
|
.gitignore
|
|
node_modules
|
|
vendor
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
storage/logs/*
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/views/*
|
|
public/build
|
|
*.md
|
|
tests/
|
|
phpunit.xml
|
|
docker-compose*.yml
|
|
.editorconfig
|
|
.styleci.yml
|