From 964b80edc6771c8a4877dc9f481f428aba5119e7 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Sat, 18 Apr 2020 22:27:23 +0200 Subject: [PATCH] docs: override default excluded filenames fix #8009 --- docs/_docs/structure.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md index 1843bc0e..842be084 100644 --- a/docs/_docs/structure.md +++ b/docs/_docs/structure.md @@ -206,3 +206,11 @@ An overview of what each of these does: + +Every file or directory beginning with the following characters: `.`, `_ `, `#` or `~` in the `source` directory will not be included in the `destination` folder. Such paths will have to be explicitly specified via the config file in the `include` directive to make sure they're copied over: + +```yaml +include: + - _pages + - .htaccess + ```