2
0
Эх сурвалжийг харах

ensure that node-dev ignores manifest.json

Yuki Takei 7 жил өмнө
parent
commit
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"
   ]
 }