From: jake johns Date: Tue, 10 Mar 2015 07:49:24 +0000 (-0500) Subject: Add ".env" to Laravel.gitignore X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8c0685fd96b5de80078b39bcb022c68ecd00e996;p=gitignore.git 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 --- diff --git a/Laravel.gitignore b/Laravel.gitignore index ac3492e2..36d7adeb 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,3 +1,4 @@ /bootstrap/compiled.php .env.*.php .env.php +.env