Ignore .json files in nodemon

This commit is contained in:
Dana Woodman 2018-08-12 13:51:48 -07:00
parent e90003cc9c
commit 0ae309935d

3
nodemon.json Normal file
View File

@ -0,0 +1,3 @@
{
"ignore": ["*.json", "node_modules"]
}