From 747c86aa896279695ce1f4d052dee38de885ab95 Mon Sep 17 00:00:00 2001 From: Guoguo <16666742+imguoguo@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:06:09 +0800 Subject: [PATCH] chore: remove placeholder index.html from dist (#1188) 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