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 <noreply@anthropic.com>
This commit is contained in:
Guoguo 2026-03-06 19:06:09 +08:00 committed by GitHub
parent 42d4d4cc74
commit 747c86aa89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ picoclaw-web
# Frontend build artifacts (embedded by Go) # Frontend build artifacts (embedded by Go)
dist/* dist/*
!dist/.gitkeep !dist/.gitkeep
!dist/index.html
# OS # OS
.DS_Store .DS_Store

View file

@ -1 +0,0 @@
<!DOCTYPE html><html><head><meta charset="utf-8"><title>PicoClaw</title></head><body><div id="root"></div></body></html>