From d8184c41e6e590d93d377ca61e92edd3068ec775 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 23 Dec 2024 16:26:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 中添加 core.* 文件,避免核心转储文件被提交到仓库 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6138fa6..7e7cbda 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Gateway/memory.txt LogicServer/perfermance.txt LogicServer/scripterror.txt +core.*