mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
6
faq.md
6
faq.md
@@ -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.
|
||||
Reference in New Issue
Block a user