Skip to content

Commit

Permalink
Ignore client-side code as it is already being monitored by webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
azuzunaga committed Apr 5, 2019
1 parent 67b7e22 commit 104264f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"verbose": true,
"ignore": [
"src/client",
"src/components/",
"src/containers/",
"src/store",
"src/styles",
"src/routes.jsx"
]
}

0 comments on commit 104264f

Please sign in to comment.