mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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:
parent
4a9d41f894
commit
8c0685fd96
@ -1,3 +1,4 @@
|
||||
/bootstrap/compiled.php
|
||||
.env.*.php
|
||||
.env.php
|
||||
.env
|
||||
|
Loading…
Reference in New Issue
Block a user