From 54940e64470facdd28d759b582acc5ec5ee297ee Mon Sep 17 00:00:00 2001 From: Athene Allen Date: Thu, 30 Jan 2025 13:33:27 +0000 Subject: [PATCH] add rss feed generator. now i just need to remember to run it whenever I finish an entry --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 493e69b..ebb84c6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ _site/ # counterproductive to check this file into the repository. # Details at https://github.com/github/pages-gem/issues/768 Gemfile.lock +/RSSGen/.vs/RSSGen -- 2.47.3