From 4ac5660685f11ca944f58e266d04dbd6f6e9d0a5 Mon Sep 17 00:00:00 2001 From: Christian Reitter Date: Thu, 23 Nov 2023 00:21:35 +0100 Subject: [PATCH] Update _config.yml to keep _site clean --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 60f81f1..6d2f28a 100644 --- a/_config.yml +++ b/_config.yml @@ -51,3 +51,6 @@ sass: # ensure some files are not copied to the _site output folder exclude: - "*.sh" + - "*.conf" + - "README.md" + - "LICENSE"