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 ebaf528 commit 426947dCopy full SHA for 426947d
.gitignore
@@ -1,14 +1,17 @@
1
-# Pre-Compiled Files #
2
-/bin
3
*.class
4
-.classpath
5
-.project
6
7
-# intelliJ Files
8
-*.iml
9
-.idea/*
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
10
11
-# Automatic generated Files#
12
-*.applet
13
-*.html
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
14
+# IntelliJ Files #
15
+.idea
16
+*.iml
17
+target/
src/.gitignore
0 commit comments