Skip to content

Commit

Permalink
docs: minor FAQ update (#905)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy authored Oct 5, 2016
2 parents bf212f5 + 5765ac3 commit af66ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This is because the main script argument (`fixtures/sigint.js` in this case) was

Everything under the ignore rule has the final word. So if you ignore the `node_modules` directory, but watch `node_modules/*.js`, then all changed files will be ignored, because any changed .js file in the `node_modules` are ignored.

However, there are defaults in the ignore rules that your rules will be merged with, and not override. To override the see [overriding the underlying default ignore rules](#overriding-the-underlying-default-ignore-rules).
However, there are defaults in the ignore rules that your rules will be merged with, and not override. To override the ignore rules see [overriding the underlying default ignore rules](#overriding-the-underlying-default-ignore-rules).

## Overriding the underlying default ignore rules

Expand Down

0 comments on commit af66ae6

Please sign in to comment.