This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
wiki
/
weseek__growi
mirror da
https://github.com/weseek/growi
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
ensure that node-dev ignores manifest.json
Yuki Takei
7 anni fa
parent
f3c013866d
commit
806de824ef
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
.node-dev.json
+ 2
- 1
.node-dev.json
Vedi File
@@ -1,5 +1,6 @@
{
"ignore": [
- "package.json"
+ "package.json",
+ "public/manifest.json"
]
}