配置全自动docker版本部署

This commit is contained in:
2026-07-24 21:04:02 +08:00
parent 699a9e3b92
commit 137f506367
13 changed files with 571 additions and 127 deletions
+33
View File
@@ -0,0 +1,33 @@
# ============================================================
# frpc-console .gitignore
# ============================================================
# ---------- 构建产物 ----------
/build/
frpc-console
frpc-console.exe
*.exe
*.test
# ---------- 运行时生成 ----------
*.db
*.db-journal
frpc.log
frpc.pid
frpc.toml
# ---------- IDE ----------
.idea/
.vscode/
*.swp
*.swo
*~
# ---------- OS 垃圾 ----------
.DS_Store
Thumbs.db
desktop.ini
# ---------- 临时文件 ----------
/tmp/
*.tmp