From c56f38f9027eb95628c6b3ae17a0ed68071df1d1 Mon Sep 17 00:00:00 2001 From: XOF Date: Mon, 15 Dec 2025 01:24:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9c7159 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# .gitignore +# 二进制文件 +siteproxy +*.exe +*.dll +*.so +*.dylib + +# 测试文件 +*.test +*.out + +# 环境变量 +.env + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# 日志 +*.log + +# 操作系统 +.DS_Store +Thumbs.db