This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
wiki
/
weseek__growi
miroir de
https://github.com/weseek/growi
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
ensure that node-dev ignores manifest.json
Yuki Takei
il y a 7 ans
Parent
f3c013866d
commit
806de824ef
1 fichiers modifiés
avec
2 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
2
1
.node-dev.json
+ 2
- 1
.node-dev.json
Voir le fichier
@@ -1,5 +1,6 @@
{
"ignore": [
- "package.json"
+ "package.json",
+ "public/manifest.json"
]
}