Browse Source

feature 忽略提交的文件

xiahan 2 months ago
parent
commit
6397123c50
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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