瀏覽代碼

git忽略文件

11868 1 周之前
父節點
當前提交
561f047874
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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