Moved Node-RED flows to a project

This commit is contained in:
2022-09-18 17:21:08 -04:00
parent 6dae3f8765
commit 642a741b72
2 changed files with 10 additions and 1 deletions

10
.gitignore vendored
View File

@ -16,6 +16,8 @@
/hacs /hacs
/image /image
/node-red/* /node-red/*
/node-red/projects/*
/node-red/projects/NerdFlows/*
/files /files
/appdaemon/* /appdaemon/*
/appdaemon/apps/* /appdaemon/apps/*
@ -65,8 +67,14 @@
**production_auth.json **production_auth.json
**.log* **.log*
**alexa_auth **alexa_auth
*.backup
# exceptions # exceptions
!/node-red/flows.json !/node-red/flows.json
!/appdaemon/apps/ !/appdaemon/apps/
!/appdaemon/apps/apps.yaml !/appdaemon/apps/apps.yaml
!/node-red/projects/
!/node-red/projects/NerdFlows/
!/node-red/projects/NerdFlows/flows.json
!/node-red/projects/NerdFlows/package.json
!/node-red/projects/NerdFlows/README.md

Submodule node-red/projects/NerdFlows added at 783be623a7