Skip to content

docs: add .nyc_output to the default --ignore-watch list#894

Open
NickitaChe wants to merge 1 commit into
fastify:mainfrom
NickitaChe:codex/docs-drift-ignore-watch-default
Open

docs: add .nyc_output to the default --ignore-watch list#894
NickitaChe wants to merge 1 commit into
fastify:mainfrom
NickitaChe:codex/docs-drift-ignore-watch-default

Conversation

@NickitaChe

Copy link
Copy Markdown

This updates the README so the documented default --ignore-watch list matches the current DEFAULT_IGNORE value in the source.

Specifically, it adds .nyc_output to the documented default list.

Closes #893.

Comment thread README.md

The default value for `--plugin-timeout` is 10 seconds.
By default,`--ignore-watch` flag is set to ignore `node_modules build dist .git bower_components logs .swp' files.
By default,`--ignore-watch` flag is set to ignore `node_modules build dist .git bower_components logs .swp .nyc_output' files.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
By default,`--ignore-watch` flag is set to ignore `node_modules build dist .git bower_components logs .swp .nyc_output' files.
By default,`--ignore-watch` flag is set to ignore `node_modules build dist .git bower_components logs .swp .nyc_output` files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README default --ignore-watch list appears to be missing .nyc_output

2 participants