mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02: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 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/bootstrap/compiled.php
|
||||
.env.*.php
|
||||
.env.php
|
||||
.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue