Explorar o código

feature 忽略提交的文件

xiahan hai 2 meses
pai
achega
6397123c50
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -1 +1,5 @@
 /.idea/
+# 忽略所有 target 目录
+target/
+# 忽略所有 .log 文件
+*.log