gitignore/Laravel.gitignore

24 lines
339 B
Plaintext
Raw Normal View History

/vendor/
2015-10-28 08:24:11 -04:00
node_modules/
2017-01-28 11:48:56 -05:00
npm-debug.log
2018-08-06 09:51:56 -04:00
yarn-error.log
2015-10-28 08:24:11 -04:00
# Laravel 4 specific
2015-10-28 03:43:54 -04:00
bootstrap/compiled.php
2015-10-28 08:24:11 -04:00
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
2019-06-27 11:49:08 -04:00
# Laravel 5 & Lumen specific with changed public path
public_html/storage
public_html/hot
2016-10-17 05:24:02 -04:00
storage/*.key
.env
Homestead.yaml
Homestead.json
2018-08-06 09:51:56 -04:00
/.vagrant
.phpunit.result.cache