We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 136cbb6Copy full SHA for 136cbb6
.gitignore
@@ -0,0 +1,39 @@
1
+# Generic Java
2
+*.class
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
13
+hs_err_pid*
14
15
+# Maven
16
+target/
17
+pom.xml.tag
18
+pom.xml.releaseBackup
19
+pom.xml.versionsBackup
20
+pom.xml.next
21
+release.properties
22
+dependency-reduced-pom.xml
23
+buildNumber.properties
24
+.mvn/timing.properties
25
26
+# IntelliJ IDEA and Android Studio
27
+*.iml
28
+.idea/
29
+*.ipr
30
+*.iws
31
+/out/
32
+.idea_modules/
33
+atlassian-ide-plugin.xml
34
35
+# Crashlytics plugin (for IntelliJ IDEA and Android Studio)
36
+com_crashlytics_export_strings.xml
37
+crashlytics.properties
38
+crashlytics-build.properties
39
+fabric.properties
0 commit comments