You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a template file .runbook-template.md which is being shown in the summary.md after being built. However, in the index.js file for summary, I see:
// Ignore hidden files, for example `.git`
if (/^[\.]|'_book'|'node_modules'/.test(key)) {
ignores.push(key);
}
I have also tried to use the ignores in book.json as well,
"ignores": ["runbook-template"],
Any ideas on how to have these files hidden?
The text was updated successfully, but these errors were encountered:
I have a template file
.runbook-template.md
which is being shown in the summary.md after being built. However, in the index.js file for summary, I see:I have also tried to use the
ignores
in book.json as well,Any ideas on how to have these files hidden?
The text was updated successfully, but these errors were encountered: