gitignore/Laravel.gitignore

14 lines
173 B
Plaintext
Raw Normal View History

2015-10-28 08:24:11 -04:00
vendor/
node_modules/
# 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
2015-10-28 08:28:46 -04:00
bootstrap/cache/
2015-10-28 08:24:11 -04:00
storage/
2014-04-15 20:05:10 -04:00
.env.*.php
.env.php
.env
2015-10-28 08:24:11 -04:00
.env.example