mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
.gitignore file for Node-RED
This commit is contained in:
parent
db0ef78b5a
commit
8009689bee
1 changed files with 18 additions and 0 deletions
18
community/JavaScript/NodeRED.gitignore
Normal file
18
community/JavaScript/NodeRED.gitignore
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue