ChrisWren / grunt-nodemon

Grunt task to run nodemon
MIT License
345 stars 37 forks source link

Add support for .nodemonignore #6

Closed hlobil closed 11 years ago

hlobil commented 11 years ago

It would be nice if I could just specify .nodemonignore file.

ChrisWren commented 11 years ago

Not clear what you are asking for.

The ignoredFiles option generates a .nodemonignore file with the specified files.

If you already have a .nodemonignore file, you don't need to specify ignoredFiles as nodemon will already look at the .nodemonignore in the directory.