ignore ormconfig files

This commit is contained in:
2020-10-14 18:33:11 +03:00
parent ba3a7c5088
commit 10c16f78ff
3 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -5,6 +5,8 @@ tmp/
temp/
dist/
ormconfig.json
ormconfig.test.json
ormconfig.dev.json
.env
.directory
.history

View File

@@ -1,6 +1,6 @@
{
"type": "mariadb",
"host": "db",
"host": "localhost",
"port": 3306,
"username": "writer",
"password": "writer",

View File

@@ -1,6 +1,6 @@
{
"type": "mariadb",
"host": "dbtest",
"host": "localhost",
"port": 3306,
"username": "writer",
"password": "writer",