baibx 3 ヶ月 前
コミット
4e2fb9fc89
共有1 個のファイルを変更した20 個の追加0 個の削除を含む
  1. 20 0
      .gitignore

+ 20 - 0
.gitignore

@@ -0,0 +1,20 @@
1
+/.settings
2
+/bin
3
+*/target/*
4
+/logs
5
+*/out/
6
+
7
+# filter config files, except .gitignore
8
+*.MF
9
+!.gitignore
10
+*.iml
11
+*.exe
12
+# eclipse ignore
13
+.project
14
+.classpath
15
+# IDEA ignore
16
+.idea
17
+.class
18
+*.class
19
+*.log
20
+!application.properties