The .gitkeep is sufficient for go:embed to find the dist directory. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
No EOL
178 B
Text
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/ |