| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- *.log
- .DS_Store
- .env
- .env.backup
- .env.production
- .phpactor.json
- .phpunit.result.cache
- /.fleet
- /.idea
- /.nova
- /.phpunit.cache
- /.vscode
- /.zed
- /auth.json
- /node_modules
- /public/build
- /public/hot
- /public/storage
- /storage/*.key
- /storage/pail
- /vendor
- Homestead.json
- Homestead.yaml
- Thumbs.db
- # Created by https://www.toptal.com/developers/gitignore/api/laravel,cakephp3
- # Edit at https://www.toptal.com/developers/gitignore?templates=laravel,cakephp3
- ### CakePHP3 ###
- # CakePHP 3
- /config/app.php
- /config/.env
- /logs/*
- /tmp/*
- /vendor/*
- ### Laravel ###
- /vendor/
- node_modules/
- npm-debug.log
- yarn-error.log
- # Laravel 4 specific
- bootstrap/compiled.php
- app/storage/
- # Laravel 5 & Lumen specific
- public/storage
- public/hot
- # Laravel 5 & Lumen specific with changed public path
- public_html/storage
- public_html/hot
- storage/*.key
- .env
- Homestead.yaml
- Homestead.json
- /.vagrant
- .phpunit.result.cache
|