From a4d452120275ce49f72a38139d7476111ede0351 Mon Sep 17 00:00:00 2001 From: daviddgtnt Date: Mon, 27 Jan 2025 13:55:02 -0600 Subject: [PATCH] Add README to exclude in build --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 4906944..da9360c 100644 --- a/_config.yml +++ b/_config.yml @@ -8,4 +8,4 @@ plugins: permalink: /blog/:title/index:output_ext -exclude: ["package.json", "postcss.config.js", "tailwind.config.js", "yarn.lock"] \ No newline at end of file +exclude: ["package.json", "postcss.config.js", "tailwind.config.js", "yarn.lock", "README.md"] \ No newline at end of file