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/ temp/
dist/ dist/
ormconfig.json ormconfig.json
ormconfig.test.json
ormconfig.dev.json
.env .env
.directory .directory
.history .history

View File

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

View File

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