From e1d4beed091b4e29b9d3ebb6d81ab20460567650 Mon Sep 17 00:00:00 2001
From: daviddgtnt <david@daviddgtnt.xyz>
Date: Thu, 23 Jan 2025 14:49:06 -0600
Subject: [PATCH] Exclude some files from build

---
 _config.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/_config.yml b/_config.yml
index 0e18a6c..00eab27 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,4 +6,6 @@ plugins:
   - jekyll-postcss-v2
   - jekyll-feed
 
-permalink: /blog/:title/index:output_ext 
\ No newline at end of file
+permalink: /blog/:title/index:output_ext 
+
+exclude: ["package.json", "postcss.config.js", "tailwind.config.js", "yarn.lock"]
\ No newline at end of file