mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 08:57:55 +00:00
- 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
33 lines
480 B
Plaintext
33 lines
480 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/
|
||
|
||
# local testing scripts, docker demo env, and screenshots (not for repo)
|
||
deploy/
|
||
gui-test-screenshots/
|
||
|
||
# vendored deps (regenerable; keep out of git)
|
||
vendor/
|