gitignore/Laravel.gitignore

24 lines
339 B
Plaintext
Raw Normal View History

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