gitignore/Laravel.gitignore

18 lines
225 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
2016-10-17 05:24:02 -04:00
storage/*.key
.env
Homestead.yaml
Homestead.json
2018-08-06 09:51:56 -04:00
/.vagrant