4a25b16d74
CI / docker (push) Failing after 1m22s
移除本地 Docker 推送脚本,Dockerfile 对接通用 Gitea Actions 工作流;补充 LICENSE、优化 gitignore,并从版本库移除前端构建产物。 Co-authored-by: Cursor <cursoragent@cursor.com>
48 lines
374 B
Plaintext
48 lines
374 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/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp
|
|
tmp/
|
|
dist/
|