Minor FAQ update

This commit is contained in:
Frederick Fogerty
2016-09-14 20:46:28 +12:00
committed by GitHub
parent be5d4e8d13
commit 5765ac3c6a

2
faq.md
View File

@@ -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