yuanzhi_kuang hace 3 meses
padre
commit
acf8bd3de7
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      .gitignore

+ 12 - 0
.gitignore

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