gitignore/Laravel.gitignore

16 lines
257 B
Plaintext
Raw Normal View History

2015-10-28 20:24:11 +08:00
vendor/
node_modules/
# Laravel 4 specific
2015-10-28 15:43:54 +08:00
bootstrap/compiled.php
2015-10-28 20:24:11 +08:00
app/storage/
# Laravel 5 & Lumen specific
2015-10-28 20:28:46 +08:00
bootstrap/cache/
2014-04-16 08:05:10 +08:00
.env.*.php
.env.php
.env
2016-03-07 16:58:18 +08:00
# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
.rocketeer/