From b76222b5928b0294f6cf38ce103adfda98c17559 Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期一, 25 三月 2024 16:56:35 +0800 Subject: [PATCH] 修改禁止提交的文件 --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..6e5b16e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +# Ignore .idea files +**/.idea/ +../idea/* -- Gitblit v1.8.0