29f0230453
CI / docker (push) Has been cancelled
CI 仅执行 go test 不会先构建前端;提交最小 index.html 占位,其余 dist 产物仍由 make web / Dockerfile 生成。 Co-authored-by: Cursor <cursoragent@cursor.com>
50 lines
407 B
Plaintext
50 lines
407 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
*.out
|
|
|
|
# Go
|
|
go.work
|
|
go.work.sum
|
|
bin/
|
|
coverage.out
|
|
coverage.html
|
|
*.coverprofile
|
|
|
|
# Dependencies
|
|
vendor/
|
|
|
|
# Environment & secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Runtime data
|
|
data/
|
|
release/
|
|
|
|
# Frontend build artifacts
|
|
web/node_modules/
|
|
web/dist/*
|
|
!web/dist/
|
|
!web/dist/index.html
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp
|
|
tmp/
|
|
dist/
|