From 7122360e7c276ba44735734fb96156d5ede9956e Mon Sep 17 00:00:00 2001 From: Bluzzi Date: Wed, 9 Jun 2021 06:32:50 +0200 Subject: [PATCH] Ignore ormconfig.json --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 25c8fdb..7b86145 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json +ormconfig.json \ No newline at end of file