Browse Source

ensure that node-dev ignores manifest.json

Yuki Takei 7 years ago
parent
commit
806de824ef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .node-dev.json

+ 2 - 1
.node-dev.json

@@ -1,5 +1,6 @@
 {
   "ignore": [
-    "package.json"
+    "package.json",
+    "public/manifest.json"
   ]
 }