Skip to content

Instantly share code, notes, and snippets.

@schfkt
Created February 24, 2017 20:46
Show Gist options
  • Save schfkt/fadcb9be0e1b264e11a715d38e686f5f to your computer and use it in GitHub Desktop.
Save schfkt/fadcb9be0e1b264e11a715d38e686f5f to your computer and use it in GitHub Desktop.
Nodemon sample config
{
"ignore": [
".git",
"node_modules",
".idea"
],
"verbose": true,
"ext": "js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment