From 6c51aeefe19c00bceb27e0ebf98c2ef0b8bed510 Mon Sep 17 00:00:00 2001 From: Murat Motz <44725816+ztomm@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:03:10 +0200 Subject: [PATCH] ignore node-config local files https://github.com/node-config/node-config/wiki/Configuration-Files#local-files --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..0fcab88e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -32,6 +32,9 @@ coverage # Bower dependency directory (https://bower.io/) bower_components +# node-config configuration (https://www.npmjs.com/package/config) +config/local* + # node-waf configuration .lock-wscript