Explorar el Código

第1次课-25年11月15日-Java入门

WanJL hace 1 día
padre
commit
53c9466ca0
Se han modificado 1 ficheros con 13 adiciones y 1 borrados
  1. 13 1
      .gitignore

+ 13 - 1
.gitignore

@@ -14,4 +14,16 @@ hs_err_pid*
 
 */.idea
 .idea/
-**/.idea/
+**/.idea/
+
+*/.gitignore
+.gitignore/
+**/.gitignore/
+
+*/.mvn
+.mvn/
+**/.mvn/
+
+*/target
+target/
+**/target/