Files
archived-nodemon/test/fixtures/simple.json
Remy Sharp 3efca971fd Argument parsing, and executable support and tests
Includes simple passing tests, the exec.js has not been tested in detail yet.
2013-08-05 00:11:30 +01:00

8 lines
66 B
JSON

{
"watch": [
"*.js"
],
"ignore": [
"/public/*"
]
}