nodemon watch yml conf files and ignore .github#10924
Conversation
this makes nodemon restart on every configuration change ignored .github folder as it is not needed for nodemon to watch and has yml files Fixes badges#10923
dcb02eb to
39585cc
Compare
|
Hmm. In #10922 (reply in thread) you said
but I tried this locally and it was reloading on changed to config files and picking up the new config. What problem did you hit? |
|
I was testing using public:
handleInternalErrors: false
services:
trace: false/true
...Using this PR commit i was able to get a reload. i think that as i did this quickly yesterday i just tried to replicate this results and was able to do so with the commits mentioned here. |
|
Right, ok. So you were saying that:
|
yea, sorry if i did not communicate my tests clearly. |
|
got it - ta 👍 |
Fixes #10923
this change makes nodemon restart on every configuration change
Scanned the project for all other yml files and we have some at cypress and .github, both don't seem to add value for nodemon reload so i added .github to the ignore list (sypress was already there)