1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 19:28:12 +02:00
gitignore/Laravel.gitignore

14 lines
172 B
Plaintext
Raw Normal View History

2015-10-28 13:24:11 +01:00
vendor/
node_modules/
# 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
2015-10-28 08:43:54 +01:00
bootstrap/cache
2015-10-28 13:24:11 +01:00
storage/
2014-04-16 02:05:10 +02:00
.env.*.php
.env.php
.env
2015-10-28 13:24:11 +01:00
.env.example