Closed marekszczepansky closed 1 year ago
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. Thank you for contributing <3
Automatically closing this issue due to lack of activity
Hello I'm struggling with ignoring any
tests
folder in my tree.nodemon -v
: 2.0.20nodemon ./server/server.js --exec 'node --inspect -r ts-node/register -r @babel/register' long-timeout
Expected behaviour
I expect all
tests
folders to be ignored ->tests/**/*
patternActual behaviour
It works as expected for other folders but
tests
. Nodemon adds./
to the pattern and ignores only the roottests
folder:Steps to reproduce
nodemon.json
nodemon -V
and checkignoring:
line or prepare a project tree having manytests
folders and verify if nodemon ignores changes in included files.