From 7479d2c5169265cf29e432a30b22c31073106751 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 03 Jun 2024 11:43:28 +0800
Subject: [PATCH] 代码迁移推送

---
 .gitignore |   26 +++++++++++++++++++++++---
 1 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 32858aa..cc05296 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,32 @@
+# Compiled class file
 *.class
-
+ 
+# Log file
+*.log
+ 
+# BlueJ files
+*.ctxt
+ 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
-
+ 
 # Package Files #
 *.jar
 *.war
+*.nar
 *.ear
-
+*.zip
+*.tar.gz
+*.rar
+ 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
+ 
+#忽略所有.svn目录
+.svn/
+#忽略所有target目录
+target/
+#忽略所有.idea目录
+.idea/
+#忽略所有.iml文件
+*.iml
\ No newline at end of file

--
Gitblit v1.9.3