From 809d237e58cd632f5c1a557d1e5ce1d5b5889038 Mon Sep 17 00:00:00 2001 From: Justin Wheeler Date: Wed, 4 Mar 2026 10:41:35 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20gitignore:=20Initial=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid accidental commits of working files from the docs builder script when working on the repository. Mostly straightforward stuff here… Signed-off-by: Justin Wheeler --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f9bc4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Documentation artifacts +# Antora-specific rules for preview documentation +_package/ +_preview/ + +# Miscellaneous artifacts +/build/ +/cache/ +/public/ +/preview.pid