Sfoglia il codice sorgente

ensure that node-dev ignores manifest.json

Yuki Takei 7 anni fa
parent
commit
806de824ef
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .node-dev.json

+ 2 - 1
.node-dev.json

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