This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
ensure that node-dev ignores manifest.json
Yuki Takei
7 years ago
parent
f3c013866d
commit
806de824ef
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
.node-dev.json
+ 2
- 1
.node-dev.json
View File
@@ -1,5 +1,6 @@
{
{
"ignore": [
"ignore": [
- "package.json"
+ "package.json",
+ "public/manifest.json"
]
]
}
}