From c8186945347d0d5925eda5f1e032c91bcbb18bb4 Mon Sep 17 00:00:00 2001 From: zhanghl <zhanghl1986@outlook.com> Date: 星期六, 24 五月 2025 17:09:03 +0800 Subject: [PATCH] 将本地log 从git 排除 --- .gitignore | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 09bdfea..ddf9c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,6 @@ !*/build/*.java !*/build/*.html -!*/build/*.xml \ No newline at end of file +!*/build/*.xml + +logs/ \ No newline at end of file -- Gitblit v1.9.3