浏览代码

gitignore

renyu 3 年之前
父节点
当前提交
1ae3a53a04
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -12,3 +12,11 @@
12 12
 # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13 13
 hs_err_pid*
14 14
 
15
+.idea
16
+*.iml
17
+/target/
18
+/bin/
19
+.project
20
+.classpath
21
+/log/
22
+.settings