yuanzhi_kuang 3 months ago
parent
commit
acf8bd3de7
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .gitignore

+ 12 - 0
.gitignore

@@ -0,0 +1,12 @@
+# 忽略所有.class文件(Java编译文件)
+*.class
+
+# 忽略所有日志文件
+*.log
+
+# 忽略target目录(Maven构建目录)
+target/
+
+# 忽略IDE配置文件
+.idea/
+*.iml