gitignore/Laravel.gitignore

18 lines
225 B
Plaintext
Raw Normal View History

/vendor/
2015-10-28 13:24:11 +01:00
node_modules/
2017-01-28 17:48:56 +01:00
npm-debug.log
2018-08-06 15:51:56 +02:00
yarn-error.log
2015-10-28 13:24:11 +01:00
# Laravel 4 specific
2015-10-28 08:43:54 +01:00
bootstrap/compiled.php
2015-10-28 13:24:11 +01:00
app/storage/
# Laravel 5 & Lumen specific
public/storage
public/hot
2016-10-17 11:24:02 +02:00
storage/*.key
.env
Homestead.yaml
Homestead.json
2018-08-06 15:51:56 +02:00
/.vagrant