From 027279f0d69b3ebcf9b95e8c06075021be5ebfe8 Mon Sep 17 00:00:00 2001 From: "Robert (Jamie) Munro" <rjmunro@arjam.net> Date: Wed, 5 Oct 2016 13:36:58 +0100 Subject: [PATCH] docs: Document missing default ignores `.nyc_output` and `coverage`, which seem to come from here: https://github.com/novemberborn/ignore-by-default/blob/master/index.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced94ece..b93868e2 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Patterns can also be ignored (but be sure to quote the arguments): nodemon --ignore 'lib/*.js' -Note that by default, nodemon will ignore the `.git`, `node_modules`, `bower_components` and `.sass-cache` directories and *add* your ignored patterns to the list. If you want to indeed watch a directory like `node_modules`, you need to [override the underlying default ignore rules](https://github.com/remy/nodemon/blob/master/faq.md#overriding-the-underlying-default-ignore-rules). +Note that by default, nodemon will ignore the `.git`, `node_modules`, `bower_components`, `.nyc_output`, `coverage` and `.sass-cache` directories and *add* your ignored patterns to the list. If you want to indeed watch a directory like `node_modules`, you need to [override the underlying default ignore rules](https://github.com/remy/nodemon/blob/master/faq.md#overriding-the-underlying-default-ignore-rules). ## Application isn't restarting