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 625088a commit 4c88890Copy full SHA for 4c88890
.gitignore
@@ -1 +1,47 @@
1
-/target/
+#Android generated
2
+bin
3
+gen
4
+lint.xml
5
+
6
+#Eclipse
7
+.project
8
+.classpath
9
+.settings
10
+.checkstyle
11
12
+#IntelliJ IDEA
13
+.idea
14
+*.iml
15
+*.ipr
16
+*.iws
17
+classes
18
+gen-external-apklibs
19
20
+#Netbeans
21
+nbproject
22
+build
23
+manifest.mf
24
25
+#vi
26
+*.swp
27
28
+#other editors
29
+*.bak
30
31
+#Maven
32
+target
33
+release.properties
34
+pom.xml.*
35
36
+#Ant
37
+build.xml
38
+ant.properties
39
+local.properties
40
+proguard.cfg
41
+proguard-project.txt
42
43
+#Other
44
+.DS_Store
45
+tmp
46
+*.tgz
47
+/dist/
0 commit comments