From 0acbf8bdce793bc4f1f7060c863256072fe02e83 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sun, 14 Aug 2022 22:29:34 +0200 Subject: [PATCH] Ignore sequelize config.json (npx sequelize init) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6c7b88..26baba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env node_modules/ -bin/ \ No newline at end of file +bin/ +config/config.json