remy / nodemon

Monitor for any changes in your node.js application and automatically restart the server - perfect for development
http://nodemon.io/
MIT License
26.21k stars 1.72k forks source link

docs: link to advanced globbing syntax #2127

Closed voxpelli closed 11 months ago

voxpelli commented 1 year ago

When figuring this out it enabled me to ignore everything in node_modules but my own @yikesable/ scoped modules:

  "ignoreRoot": [
    "**/node_modules/!(@yikesable)*",
    "**/node_modules/**/node_modules"
  ],

Especially handy when working with npm link and modifying ones scoped modules as part of ones main application.

netlify[bot] commented 1 year ago

Deploy Preview for nodemon ready!

Name Link
Latest commit 1e5fa84af83f315fb799455c0b4010782255b1ef
Latest deploy log https://app.netlify.com/sites/nodemon/deploys/64d65489f99edf00081c33f1
Deploy Preview https://deploy-preview-2127--nodemon.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 3.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: