modified .gitignore

This commit is contained in:
TLRZ Seyfferth
2017-09-13 10:20:31 +02:00
parent e1db4792aa
commit cf899d0675
411 changed files with 23733 additions and 67956 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ return [
|
*/
'env' => env('APP_ENV', 'production'),
'env' => env('APP_ENV', 'development'),
/*
|--------------------------------------------------------------------------
@@ -38,7 +38,7 @@ return [
|
*/
'debug' => env('APP_DEBUG', false),
'debug' => env('APP_DEBUG', true),
/*
|--------------------------------------------------------------------------
@@ -77,7 +77,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'de',
/*
|--------------------------------------------------------------------------