Преглед изворни кода

ensure that node-dev ignores manifest.json

Yuki Takei пре 7 година
родитељ
комит
806de824ef
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .node-dev.json

+ 2 - 1
.node-dev.json

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