30 lines
393 B
Plaintext
30 lines
393 B
Plaintext
.git
|
|
.gitignore
|
|
.github
|
|
.gitattributes
|
|
.env
|
|
.env.*
|
|
!.env.production.example
|
|
node_modules
|
|
npm-debug.log
|
|
vendor
|
|
storage/app/*
|
|
storage/framework/cache/*
|
|
storage/framework/sessions/*
|
|
storage/framework/views/*
|
|
storage/logs/*
|
|
bootstrap/cache/*
|
|
public/storage
|
|
public/hot
|
|
*.md
|
|
!README.md
|
|
tests
|
|
.phpunit.result.cache
|
|
phpunit.xml
|
|
docker-compose*.yml
|
|
.editorconfig
|
|
.styleci.yml
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|