Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore Unix hidden files/directories (dotfiles) #162

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

joseluisq
Copy link
Collaborator

@joseluisq joseluisq commented Nov 19, 2022

Description

This PR adds the ability to ignore Unix hidden files/directories (dotfiles), preventing them to be served and being included in auto HTML index pages (directory listing) via a new boolean --ignore-hidden-files option.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

@joseluisq joseluisq added enhancement New feature or request v2 v2 release labels Nov 19, 2022
@joseluisq joseluisq self-assigned this Nov 19, 2022
@joseluisq joseluisq changed the title Ignore Unix hidden files/directories (dotfiles) via new --ignore-hidden-files option Ignore Unix hidden files/directories (dotfiles) Nov 19, 2022
@joseluisq joseluisq force-pushed the ignore-hidden-files branch 2 times, most recently from ae70af0 to 68892ca Compare November 19, 2022 01:06
it adds the ability to ignore hidden files/directories (dotfiles),
preventing them to be served and being included in auto HTML index
pages (directory listing) via the new boolean `--ignore-hidden-files` option.
@joseluisq joseluisq merged commit 800416d into master Nov 19, 2022
@joseluisq joseluisq deleted the ignore-hidden-files branch November 19, 2022 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v2 v2 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant