We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0432e6 commit 50949b1Copy full SHA for 50949b1
.gitignore
@@ -1,22 +1,23 @@
1
-*.class
2
-test-output
3
-
4
-# Mobile Tools for Java (J2ME)
5
-.mtj.tmp/
6
7
-# Package Files #
8
-*.jar
9
-*.war
10
-*.ear
11
12
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
13
-hs_err_pid*
14
15
-target
16
-.project
17
-.classpath
18
19
-sw-pom.xml
20
-*.iml
21
-test-config.xml
22
-.idea
+*.class
+test-output
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+# Package Files #
+*.jar
+*.war
+*.ear
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+target
+.project
+.classpath
+.settings
+sw-pom.xml
+*.iml
+test-config.xml
23
+.idea
0 commit comments