From 0aac85ff5c27e98564243a9f43ae58685bd18ff2 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:10:24 +0100 Subject: Migrate docs to GitHub pages --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 194fa3e5..2e123f5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,17 @@ +# Java .gradle/ .idea/ build/ *.iml .java-version +# Jekyll (docs) +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Bundler (docs) +.bundle/ +vendor/ + -- cgit v1.2.3-70-g09d2