From b7782108e6b965d2963ee5b12f529a6f3a2ebe24 Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 23 Oct 2024 22:42:30 -0400 Subject: [PATCH] ignore index.html and rss.xml from commits These files change in ways that don't need to be kept track of when testing --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 28a4d83..051e2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ img/ __pycache__/ .secrets +index.html +rss.xml \ No newline at end of file