From 96de150026651b1401bbfe391ae32993885655c1 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Dec 2024 09:59:49 +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 - 添加 runtime 目录到忽略列表 - 添加 perfermance.txt 和 scripterror.txt 文件到忽略列表 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eb4be8c..9d1cdaa 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ /server/**/log/ /**/nohup.out /.idea/ +/runtime/ +/**/perfermance.txt +/**/scripterror.txt \ No newline at end of file