Skip to content

Instantly share code, notes, and snippets.

@kevinawoo
Last active June 29, 2017 20:06
Show Gist options
  • Save kevinawoo/7aa0f63eaeb44c7601ea5d61da808ee4 to your computer and use it in GitHub Desktop.
Save kevinawoo/7aa0f63eaeb44c7601ea5d61da808ee4 to your computer and use it in GitHub Desktop.
nodemon.js
{
"restartable": "rs",
"colours": true,
"execMap": {
"py": "python",
"rb": "ruby",
"sh": "bash"
},
"watch": [
"**/*"
],
"ignore": [
".git/**",
"__pycache__/**",
"*.pyc"
],
"ext": "js,json,md,sh,py",
"verbose": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment