From 4b16b69e8e9de4a1cb2ae3b032237f353d873496 Mon Sep 17 00:00:00 2001 From: Tom Russell Date: Thu, 25 Oct 2018 13:01:45 +0100 Subject: [PATCH] Ignore config.json specifically --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 09a54536..9a20e58f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ node_modules # Config -*config.json +config.json *.log ecosystem.config.js app/start.sh