]> source.dussan.org Git - gitignore.git/commitdiff
Add ".env" to Laravel.gitignore 1432/head
authorjake johns <jake@jakejohns.net>
Tue, 10 Mar 2015 07:49:24 +0000 (02:49 -0500)
committerjake johns <jake@jakejohns.net>
Tue, 10 Mar 2015 07:49:24 +0000 (02:49 -0500)
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

Laravel.gitignore

index ac3492e24763d020c5a9bb2c8853753dddc54527..36d7adeb76ecb7c714bd1d11d82dd92a8ca3be0c 100644 (file)
@@ -1,3 +1,4 @@
 /bootstrap/compiled.php
 .env.*.php
 .env.php
+.env