From 1f4a2375238160814d1da9f5b69177e6fa493e9b Mon Sep 17 00:00:00 2001
From: cmg <527198563@qq.com>
Date: 星期四, 25 四月 2024 12:11:35 +0800
Subject: [PATCH] 处理不需要的文件

---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index a1c2a23..141c53f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,5 @@
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
+/target/
+/.idea
\ No newline at end of file

--
Gitblit v1.8.0