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