gitignore/Laravel.gitignore

16 lines
257 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 13:28:46 +01:00
bootstrap/cache/
2014-04-16 02:05:10 +02:00
.env.*.php
.env.php
.env
2016-03-07 09:58:18 +01:00
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/