From 5c60586fd80c0fb16d9c9c67bf945e8d39ffb410 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 30 May 2024 08:25:29 +0300 Subject: [PATCH] _config.yml: exclude unnecessary files from build --- _config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/_config.yml b/_config.yml index aeba0b9..8a6dd6b 100644 --- a/_config.yml +++ b/_config.yml @@ -58,6 +58,19 @@ sitemap: # disappear? include: [PGP, PHP, keybase.txt, robots.txt, .well-known, ipfs-files, _matrix, .json] +# These don't need to appear. +exclude: + [ + CITATION.cff, + CNAME, + CODEOWNERS, + IPFS.csv, + ipfs-files, + LICENSES, + package.json, + pnpm-lock.yaml, + README.markdown, + ] # Latest Matrix room version for blog posts or /upgraderoom advice. If I # need something from the latest version, this is it once the servers I care