夏文涛 il y a 1 an
Parent
commit
586b1cec3c
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  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
 hs_err_pid*
+
+# IDE 特定文件
+.idea/
+
+# 编译输出
+target/
+
+# 日志和临时文件
+*.log