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 <noreply@anthropic.com>
This commit is contained in:
Guoguo 2026-03-06 03:02:38 -08:00
parent e676092dd4
commit dc8277b765
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ picoclaw-web
# Frontend build artifacts (embedded by Go)
dist/*
!dist/.gitkeep
!dist/index.html
# OS
.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>