mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Merge 8009689bee
into 524ae7b4c7
This commit is contained in:
commit
2b72e20299
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