Setting cwd to another directory other that root starts nodemon in that directory, but .nodemonignore is still generated in the root directory, hence with this configuration, .nodemonignore is not read.
I think .nodemonignore should be generated in the cwd directory.
Setting
cwd
to another directory other that root startsnodemon
in that directory, but.nodemonignore
is still generated in the root directory, hence with this configuration,.nodemonignore
is not read.I think
.nodemonignore
should be generated in thecwd
directory.