From 6afb6883ba33447d34ccdedcd9485cd4c9a9e4c6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Dec 2024 21:05:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95=E4=B8=8B=E7=9A=84=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 文件,排除以下文件和目录: - log 目录 - nohup.out 文件 - runtime 目录 - Gateway/memory.txt 文件 - LogicServer/perfermance.txt 文件 - LogicServer/scripterror.txt 文件 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6138fa6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/**/log/ +/**/nohup.out +/**/runtime/ +Gateway/memory.txt +LogicServer/perfermance.txt +LogicServer/scripterror.txt