From 4afa10186c1e463779d443ca86a038a15da80c48 Mon Sep 17 00:00:00 2001 From: whimsical-c4lic0 Date: Tue, 10 Feb 2026 12:03:34 -0600 Subject: [PATCH] Add generated docs to the .gitignore file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 822cbd2..4d0320d 100644 --- a/.gitignore +++ b/.gitignore @@ -370,4 +370,7 @@ FodyWeavers.xsd !.gitea-actions/**/node_modules/ # venv -venv/ \ No newline at end of file +venv/ + +# Generated docs +/site