Quellcode durchsuchen

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
jake johns vor 10 Jahren
Ursprung
Commit
8c0685fd96
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Laravel.gitignore

+ 1 - 0
Laravel.gitignore

@@ -1,3 +1,4 @@
 /bootstrap/compiled.php
 .env.*.php
 .env.php
+.env