From b4a5cedac24f3cffd649fdf06bbb20bbb175ea4e Mon Sep 17 00:00:00 2001 From: Jack Gilmore <46202639+JackGilmore@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:22:20 +0000 Subject: [PATCH] Update gitignore for jekyll --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..f7f1ec7 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,11 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata +# Ignore folders generated by Bundler +.bundle/ +vendor/