From a09239f45e2445db1440a8c55211d9f3d7824c75 Mon Sep 17 00:00:00 2001 From: Riley Zhang Date: Wed, 24 Jun 2026 06:22:17 +0200 Subject: [PATCH] chore: remove backup files and add .gitignore entry - Remove index.html.bak and style.css.bak from tracking - Add site/*.bak to .gitignore Co-Authored-By: Paperclip --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8d6b78b1..85c3eb93 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ coverage.out .DS_Store /hatch hatch.exe +site/*.bak