From 918d593544ae3617a70176ed749a81900a62c883 Mon Sep 17 00:00:00 2001 From: Teknium Date: Thu, 2 Apr 2026 10:48:15 -0700 Subject: [PATCH] chore: gitignore generated skills.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #4500 — the extraction script generates this file at build time, so it should not be committed. --- website/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/website/.gitignore b/website/.gitignore index b2d6de306..1ab506d48 100644 --- a/website/.gitignore +++ b/website/.gitignore @@ -7,6 +7,7 @@ # Generated files .docusaurus .cache-loader +src/data/skills.json # Misc .DS_Store