CX 2 years ago
parent
commit
2f9ceba627
1 changed files with 26 additions and 0 deletions
  1. 26 0
      .gitignore

+ 26 - 0
.gitignore

@@ -0,0 +1,26 @@
1
+target/
2
+.settings/
3
+/target/
4
+*.class
5
+*.iml
6
+.idea
7
+
8
+/.mtj.tmp/
9
+
10
+# Package Files #
11
+*.war
12
+*.ear
13
+
14
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
15
+hs_err_pid*
16
+
17
+### eclipse project ###
18
+.classpath
19
+.project
20
+/.settings/
21
+
22
+### Maven ###
23
+pom.xml.releaseBackup
24
+pom.xml.versionsBackup
25
+pom.xml.next
26
+release.properties