mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-19 16:38:31 +00:00
34 lines
479 B
Plaintext
34 lines
479 B
Plaintext
# 依赖
|
||
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/
|
||
deploy/frp-bin/
|
||
|
||
# demo runtime data + compiled artifacts (regenerable)
|
||
deploy/data/
|
||
deploy/artifacts/
|
||
|
||
# vendored deps (regenerable; keep out of git)
|
||
vendor/
|