瀏覽代碼

gitignore

renyu 3 年之前
父節點
當前提交
d12acf6379
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

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