Update _config.yml to keep _site clean

This commit is contained in:
Christian Reitter 2023-11-23 00:21:35 +01:00
parent 113ff63820
commit 4ac5660685
1 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,6 @@ sass:
# ensure some files are not copied to the _site output folder
exclude:
- "*.sh"
- "*.conf"
- "README.md"
- "LICENSE"