picoclaw/web/backend/.gitignore
Guoguo dc8277b765 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>
2026-03-06 03:02:38 -08:00

19 lines
No EOL
178 B
Text

# Go build output
*.exe
*.dll
*.so
*.dylib
*.test
*.out
picoclaw-web
# Frontend build artifacts (embedded by Go)
dist/*
!dist/.gitkeep
# OS
.DS_Store
# Editors
.vscode/
.idea/