mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
update excludePattern to match conf.json.EXAMPLE (#487)
This commit is contained in:
parent
30011780c7
commit
7d6fefe1c2
@ -33,7 +33,7 @@ const defaults = {
|
||||
},
|
||||
"source": {
|
||||
"includePattern": ".+\\.js(doc)?$",
|
||||
"excludePattern": "(^|\\/)_"
|
||||
"excludePattern": "(^|\\/|\\\\)_"
|
||||
},
|
||||
"plugins": []
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user