Files
Wormhole/.gitignore
T
renjue 4a25b16d74
CI / docker (push) Failing after 1m22s
feat: 适配 Gitea CI 并整理开源仓库结构
移除本地 Docker 推送脚本,Dockerfile 对接通用 Gitea Actions 工作流;补充 LICENSE、优化 gitignore,并从版本库移除前端构建产物。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 16:14:58 +08:00

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/