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 <noreply@paperclip.ing>
This commit is contained in:
Riley Zhang 2026-06-24 06:22:17 +02:00
parent 122995c88f
commit a09239f45e

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ coverage.out
.DS_Store .DS_Store
/hatch /hatch
hatch.exe hatch.exe
site/*.bak