Browse Source

ensure that node-dev ignores manifest.json

Yuki Takei 7 năm trước cách đây
mục cha
commit
806de824ef
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .node-dev.json

+ 2 - 1
.node-dev.json

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