From 61b58caca2b1f0643aa8592e201fe78965bc21e6 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Sun, 11 May 2025 20:14:08 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index d6ed7f4..f5e138a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,13 @@ data.json # Exclude macOS Finder (System Explorer) View States .DS_Store + +# Ignore the default location of the built site, and caches and metadata generated by Jekyll +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Ignore folders generated by Bundler +.bundle/ +vendor/