From 8009689beef6486ae234e342234356a961be1132 Mon Sep 17 00:00:00 2001 From: ewa Date: Sat, 23 Nov 2019 15:02:57 +0100 Subject: [PATCH] .gitignore file for Node-RED --- community/JavaScript/NodeRED.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 community/JavaScript/NodeRED.gitignore diff --git a/community/JavaScript/NodeRED.gitignore b/community/JavaScript/NodeRED.gitignore new file mode 100644 index 00000000..ee4be09f --- /dev/null +++ b/community/JavaScript/NodeRED.gitignore @@ -0,0 +1,18 @@ +# gitignore template for the Node-RED framework +# website: https://nodered.org/ +# +# Recommended template: Node.gitignore + +# Node-RED + +# Current configuration - list of all of the modules and node types that are being loaded with their versions. +.config.json + +# Backup versions of config files +*.json.backup + +# Session information +.sessions.json + +# Credentials stored in flows +flows*_cred.json