From 89e769ff01633a209a84f25cd55e39d008acb96f Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Thu, 30 Apr 2026 13:50:06 -0500 Subject: [PATCH] chore: do not ignore index file --- .gitignore | 1 + public/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eb93b3f..f10c28b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ zig-out .zig-cache +!public/index.html public/*.html diff --git a/public/index.html b/public/index.html index 1b10eb8..d30d05b 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@ - Alexander Goussas | Programming + Alexander Goussas | Programming & Friends -- 2.43.0