Files
webui4frpc/.gitignore
JianFeeeee f90627f542 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	internal/httpapi/dist/assets/index-CL42Ur3_.css
#	internal/httpapi/dist/assets/index-CbqC9m-j.js
#	internal/httpapi/dist/assets/index-RFHYrCiX.css
#	internal/httpapi/dist/assets/index-jvouiCgh.css
#	internal/httpapi/dist/index.html
#	internal/store/store.go
#	web/src/api.ts
#	web/src/views/ClusterView.vue
2026-08-24 23:30:19 +08:00

36 lines
580 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/
# 前端构建产物(构建后由 go:embed 使用,不进 git编译前需
# cd web && npm run build && cp -r web/dist internal/httpapi/dist/
web/dist/
internal/httpapi/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/
.pi-glla/