Update _config.yml to keep _site clean
This commit is contained in:
parent
113ff63820
commit
4ac5660685
|
@ -51,3 +51,6 @@ sass:
|
||||||
# ensure some files are not copied to the _site output folder
|
# ensure some files are not copied to the _site output folder
|
||||||
exclude:
|
exclude:
|
||||||
- "*.sh"
|
- "*.sh"
|
||||||
|
- "*.conf"
|
||||||
|
- "README.md"
|
||||||
|
- "LICENSE"
|
||||||
|
|
Loading…
Reference in New Issue