We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337eb3d commit dd386e3Copy full SHA for dd386e3
1 file changed
.gitignore
@@ -0,0 +1,18 @@
1
+*.class
2
+*.jar
3
+*.dll
4
+
5
+# Maven #
6
+target/
7
+pom.xml.versionsBackup
8
9
+# IntelliJ Settings Files (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems) #
10
+.idea/**/workspace.xml
11
+.idea/**/tasks.xml
12
+.idea/dictionaries
13
+.idea/**/libraries/
14
+.idea/.name
15
+.idea/encodings.xml
16
+.idea/compiler.xml
17
+.idea/jarRepositories.xml
18
+*.iml
0 commit comments