Files
webui4frpc/.gitignore

34 lines
479 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/
deploy/frp-bin/
# demo runtime data + compiled artifacts (regenerable)
deploy/data/
deploy/artifacts/
# vendored deps (regenerable; keep out of git)
vendor/