Update FAQ

[skip ci]
This commit is contained in:
Remy Sharp
2015-01-28 14:57:06 +00:00
parent 1618af6112
commit aa755af0aa

6
faq.md
View File

@@ -123,3 +123,9 @@ For example, on `lib/app.js` being changed:
14 Apr 15:25:56 - [nodemon] starting `node run.js`
14 Apr 15:25:56 - [nodemon] child pid: 9556
```
## My .nodemonignore is being ignored
The new `nodemon.json` superceeds the `.nodemonignore` file, so if you have both, the `.nodemonignore` is not used at all.
Note that if you have a `nodemon.json` in your `$HOME` path, then this will also superceed the old ignore file.