From 262e2a4a97053bcd88f8abb30ebbb9e32e57f8d6 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 12 Jun 2026 00:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=BF=90=E8=A1=8C=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..3942124f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# 屏蔽服务端运行日志 +Mirserver/**/Log/** + +# 常见日志/临时文件 +*.log +*.tmp +*.bak \ No newline at end of file