mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: cloudcmd: add ability to hide dot files (#307)
This commit is contained in:
parent
9dbd812b3d
commit
ddf4542b75
11 changed files with 203 additions and 126 deletions
|
|
@ -180,6 +180,7 @@ function buildIndex(config, html, data) {
|
|||
data,
|
||||
prefix: getPrefix(config),
|
||||
template: Template,
|
||||
showDotFiles: config('showDotFiles'),
|
||||
});
|
||||
|
||||
return indexProcessing(config, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue