|
@@ -51,6 +51,7 @@ let sidebar = [];
|
|
|
tree.children.forEach(child => {
|
|
tree.children.forEach(child => {
|
|
|
if (child.name == ".vuepress") return;
|
|
if (child.name == ".vuepress") return;
|
|
|
if (child.name == ".npmignore") return;
|
|
if (child.name == ".npmignore") return;
|
|
|
|
|
+ if (child.name.endsWith(".swp") ) return;
|
|
|
sidebar.push(transform_sidebar(child));
|
|
sidebar.push(transform_sidebar(child));
|
|
|
});
|
|
});
|
|
|
|
|
|