add parameters.yml to gitignore

This commit is contained in:
Julien Fastré 2018-04-13 14:17:45 +02:00
parent 96e1b1db4d
commit e052de7bb0
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@ -4,5 +4,6 @@ Tests/Fixtures/App/app/DoctrineMigrations/*
Test/Fixtures/App/app/DoctrineMigrations/* Test/Fixtures/App/app/DoctrineMigrations/*
Test/Fixtures/App/app/cache/* Test/Fixtures/App/app/cache/*
Test/Fixtures/App/app/config/parameters.yml Test/Fixtures/App/app/config/parameters.yml
Resources/test/Fixtures/App/app/config/parameters.yml
/nbproject/private/ /nbproject/private/
Test/Fixtures/App/app/bootstrap.php.cache Test/Fixtures/App/app/bootstrap.php.cache

View File

@ -1,8 +0,0 @@
parameters:
database_host: 127.0.0.1
database_port: 5454
# database_port: 5435
database_name: postgres
database_user: postgres
database_password: postgres
locale: fr