From 617c531c45870224109db95d747e727b51c600fd Mon Sep 17 00:00:00 2001 From: Steve0Greatness Date: Sun, 12 May 2024 02:15:36 -0700 Subject: [PATCH] Added build.zip and .jekyll-cache to gitignores --- .gitignore | 3 ++- static/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12c78bb..3b9d15d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build *.ignore drafts *.swp -_site \ No newline at end of file +_site +build.zip diff --git a/static/.gitignore b/static/.gitignore index 833b865..1bd3e4f 100644 --- a/static/.gitignore +++ b/static/.gitignore @@ -2,3 +2,5 @@ _site __pycache__ drafts .git +.jekyll-cache +build.zip