ソースを参照

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

WanJL 1 日 前
コミット
53c9466ca0
1 ファイル変更13 行追加1 行削除
  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/