mirror of
https://gitcode.com/JianFeeeee/webui4frpc.git
synced 2026-09-20 08:57:55 +00:00
23 lines
273 B
Plaintext
23 lines
273 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/
|