Add ".env" to Laravel.gitignore

Laravel 5 uses vlucas/phpdotenv for env configuration.
http://laravel.com/docs/5.0/configuration#environment-configuration
Previous version used env.php files. the new configuration files do not have
.php extension
This commit is contained in:
jake johns 2015-03-10 02:49:24 -05:00
parent 4a9d41f894
commit 8c0685fd96
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/bootstrap/compiled.php
.env.*.php
.env.php
.env