Hi,
I would like to exclude all files which end with .bak or .BAK in _site.
I used .bak or .BAK with exclude in config.yml, but I was unable to do what I wanted. Used the following line:
exclude: ["CNAME", "README", "design_old", "*.BAK"]
Do I need to write all filenames?
Hi,
I would like to exclude all files which end with .bak or .BAK in
_site.I used
.bakor.BAKwithexcludein config.yml, but I was unable to do what I wanted. Used the following line:exclude: ["CNAME", "README", "design_old", "*.BAK"]Do I need to write all filenames?