mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 17:07:57 +00:00
# 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
36 lines
580 B
Plaintext
36 lines
580 B
Plaintext
# 依赖
|
||
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/
|