Files
webui4frpc/.gitignore
jianf cda85ad096 fix: track cmd/webui4frpc/main.go — .gitignore 'webui4frpc' was matching the cmd/ directory, not just the binary
Also includes the startup auto-submit goroutine: on full-cluster restart,
the leader re-submits local non-disabled, non-localOnly forwards from
SQLite so the ring topology repopulates. SubmitTask is idempotent via
HasTask, so this is safe when tasks survived (single-node restart).
2026-08-19 22:14:39 +08:00

33 lines
482 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 依赖
node_modules/
# 前端构建产物internal/httpapi/dist 供 Go embed需提交以便开箱编译
web/dist/
# Go 二进制
*.exe
*.test
/webui-frpc
/webui4frpc
# 运行时数据
*.db
data/
# 编辑器 / 系统
.DS_Store
*.log
# pi agent local state
.pi/
# docker demo staging (frp binaries)
frp-bin/
# local testing scripts, docker demo env, and screenshots (not for repo)
deploy/
gui-test-screenshots/
# vendored deps (regenerable; keep out of git)
vendor/