From 2faaae4b36fe7f2ddcf1d189c61c709aac5980dc Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Thu, 16 Nov 2023 21:21:28 -0600 Subject: [PATCH] :gear: Updates jekyll exclude list --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 89061ea..6163f37 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,8 @@ include: - README.md exclude: - "*.md" + - "*.py" + - docker* - Gemfile* - justfile - LICENSE @@ -25,6 +27,7 @@ exclude: - node_modules - package*.json - postcss.config.js + - requirements.* - src - tailwind.config.js - vendor