From b7840c69eff5305f033759c1fbcec1ab70172962 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Mon, 27 Jul 2026 23:38:39 +0800 Subject: [PATCH] =?UTF-8?q?git=E7=89=B9=E5=AE=9A=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=81=BF=E8=AE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c459778 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# ============================================================ +# frps-console .gitignore +# ============================================================ + +# ---------- 构建产物 ---------- +/build/ +frps-console-* +frps-console.exe +*.exe +*.test + +# ---------- 运行时生成 ---------- +*.db +*.db-journal +frps.log +frps.pid +frps.toml + +# ---------- IDE ---------- +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# ---------- OS 垃圾 ---------- +.DS_Store +Thumbs.db +desktop.ini + +# ---------- 临时文件 ---------- +/tmp/ +*.tmp \ No newline at end of file