From 1187cc59ccc966a5146995afc5ee03c33368ee93 Mon Sep 17 00:00:00 2001
From: 胡仁荣 <897853850@qq.com>
Date: 星期一, 31 十月 2022 10:53:30 +0800
Subject: [PATCH] 忽略不需要提交的文件

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

diff --git a/.gitignore b/.gitignore
index 32858aa..7ad8d03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,8 @@
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
+*.iml
+*/target
+*/.classpath
+*/.settings
+*/.project
\ No newline at end of file

--
Gitblit v1.8.0