mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Create a copy of the previous flow file (flow.previous) before each deploy
closes #184 In case of emergency you can now find the previous flow file before you hit deploy in a file called flow.previous . As indicated it is the flow that was running prior to you hitting deploy...
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
node_modules
|
||||
credentials.json
|
||||
flows*.json
|
||||
flow.backup
|
||||
*_cred*
|
||||
nodes/node-red-nodes/
|
||||
.npm
|
||||
|
||||
Reference in New Issue
Block a user