From f1e0aa5ec09f619b4f26b18ddfc88e6d06d371e5 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Fri, 28 Feb 2025 02:10:18 -0500 Subject: [PATCH] chore(git): ignore root index.html for deployment --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 76ce412..8d91dc0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ result-* # ---> Project # Ignore compiled elm files compiled +# Ignore hosting-specific files +/index.html