docs: override default excluded filenames

fix #8009
This commit is contained in:
Frank Taillandier 2020-04-18 22:27:23 +02:00 committed by GitHub
parent a2103c3452
commit 964b80edc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -206,3 +206,11 @@ An overview of what each of these does:
</tbody> </tbody>
</table> </table>
</div> </div>
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
```