夏文涛 1 year ago
parent
commit
586b1cec3c
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -21,3 +21,12 @@
 
 
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
 hs_err_pid*
 hs_err_pid*
+
+# IDE 特定文件
+.idea/
+
+# 编译输出
+target/
+
+# 日志和临时文件
+*.log