From dc8277b7657ae5dca55e880823c9d7447612e109 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Fri, 6 Mar 2026 03:02:38 -0800 Subject: [PATCH] chore: remove placeholder index.html from dist The .gitkeep is sufficient for go:embed to find the dist directory. Co-Authored-By: Claude Opus 4.6 --- web/backend/.gitignore | 1 - web/backend/dist/index.html | 1 - 2 files changed, 2 deletions(-) delete mode 100644 web/backend/dist/index.html diff --git a/web/backend/.gitignore b/web/backend/.gitignore index ef8dd4e42..509042171 100644 --- a/web/backend/.gitignore +++ b/web/backend/.gitignore @@ -10,7 +10,6 @@ picoclaw-web # Frontend build artifacts (embedded by Go) dist/* !dist/.gitkeep -!dist/index.html # OS .DS_Store diff --git a/web/backend/dist/index.html b/web/backend/dist/index.html deleted file mode 100644 index 9d791a1cd..000000000 --- a/web/backend/dist/index.html +++ /dev/null @@ -1 +0,0 @@ -PicoClaw