Files
webui4frpc/.gitignore
jianf c40d208b62 chore: remove local testing scripts, docker demo env, and screenshots from repo
- gitignore deploy/ and gui-test-screenshots/ (local dev artifacts, not for repo)
- README: remove deploy section and build path reference
- Files kept on disk for local use, just untracked
2026-08-19 21:12:22 +08:00

33 lines
480 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/