Can you ignore flow-manager-nodes-order.json in .gitignore?

Hi,
We are using node-red-contrib-flow-manager to split up our flow to make version handling of the flows more manageable.
However the file "flow-manager-nodes-order.json" generated by the library just contain an array with all nodes in it. This file is causing conflicts all the time for us.
From the changelog (0.7) of node-red-contrib-flow-manager:

  • added file flow-manager-nodes-order.json to keep nodes order, to remain in sync with UI nodes order, and avoid false-positives of "flows are not up to date" in UI.

From the description the description my best guess is that its not necessary to have this file version handled but I can't be sure - anybody with tips / knowledge regarding this?

Thanks in advance!

You may have to ask the node author that question.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.