mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-27 23:47:49 +01:00
ignore ormconfig files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,6 +5,8 @@ tmp/
|
||||
temp/
|
||||
dist/
|
||||
ormconfig.json
|
||||
ormconfig.test.json
|
||||
ormconfig.dev.json
|
||||
.env
|
||||
.directory
|
||||
.history
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "mariadb",
|
||||
"host": "db",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "writer",
|
||||
"password": "writer",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "mariadb",
|
||||
"host": "dbtest",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "writer",
|
||||
"password": "writer",
|
||||
|
||||
Reference in New Issue
Block a user