浏览代码

git忽略文件

11868 1 周之前
父节点
当前提交
561f047874
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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