From 528bfb3df6750c862cc1a1e2a515eaa2c2ae3f16 Mon Sep 17 00:00:00 2001 From: j4y <36337+j4y@users.noreply.github.com> Date: Wed, 26 Nov 2025 18:01:45 -0500 Subject: [PATCH] chore: modify Jekyll config to ignore mise.toml and tests directory --- _config.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 537d9b9..e699241 100644 --- a/_config.yml +++ b/_config.yml @@ -12,4 +12,14 @@ github_username: colorcop markdown: kramdown # exclude some directories and files that don't belong in the website -exclude: [terraform, terragrunt, Rakefile, README.md, package*, playwright*] +exclude: + - terraform + - terragrunt + - Rakefile + - README.md + - package* + - playwright* + - "*.toml" + - tests + - node_modules + - vendor