From b1833f453438de96adc1442c6e68a43574e22aa4 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sun, 3 Dec 2023 12:56:32 +0100 Subject: [PATCH] Exclude techstack, yarn.lock and counter from jekyll build --- _config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_config.yml b/_config.yml index 107f639..1688eff 100644 --- a/_config.yml +++ b/_config.yml @@ -61,3 +61,7 @@ exclude: - gulpfile.js - package.json - package-lock.json + - techstack.md + - techstack.yml + - yarn.lock + - counter