Skip to content

Commit 8c0685f

Browse files
committed
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
1 parent 4a9d41f commit 8c0685f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Laravel.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/bootstrap/compiled.php
22
.env.*.php
33
.env.php
4+
.env

0 commit comments

Comments
 (0)