mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
15 lines
215 B
JSON
15 lines
215 B
JSON
![]() |
{
|
||
|
"plugins": ["plugins/markdown"],
|
||
|
"markdown": {
|
||
|
"parser": "gfm"
|
||
|
},
|
||
|
"source": {
|
||
|
"exclude": [
|
||
|
".git",
|
||
|
".meteor",
|
||
|
"node_modules"
|
||
|
],
|
||
|
"includePattern": ".+\\.js(x|doc)?$"
|
||
|
}
|
||
|
}
|