diff --git a/.gitignore b/.gitignore index e8811ec63..bd3f24341 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock Tests/Fixtures/App/app/DoctrineMigrations/* Test/Fixtures/App/app/cache/* +Test/Fixtures/App/app/config/parameters.yml diff --git a/Test/Fixtures/App/app/config/parameters.yml b/Test/Fixtures/App/app/config/parameters.yml deleted file mode 100644 index 28326fefe..000000000 --- a/Test/Fixtures/App/app/config/parameters.yml +++ /dev/null @@ -1,7 +0,0 @@ -parameters: - database_host: 127.0.0.1 - database_port: 5432 - database_name: chill_test - database_user: chill - database_password: chill - locale: fr \ No newline at end of file