fix local config

This commit is contained in:
Jarek Jakubowski
2019-01-17 16:13:58 +01:00
parent 4fd071d139
commit c19f5c8204
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -45,6 +45,7 @@ appveyor.yml
###Local config
/config/packages/local
/config/routes/local
###> symfony/framework-bundle ###
/.env

View File

@@ -12,7 +12,7 @@ return [
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true, 'local' => true],
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true, 'local' => true],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],