Parcourir la source

git忽略文件

11868 il y a 1 semaine
Parent
commit
561f047874
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -2,7 +2,7 @@
 # ========================
 # 编译输出
 # ========================
-/target/
+*/target/
 *.class
 
 # ========================